Color spaces of #d5dcca
RGB | 213 | 220 | 202 |
---|---|---|---|
HSL | 0.23 | 0.20 | 0.83 |
HSV | 83° | 8° | 86° |
CMYK | 0.03 | 0.00 | 0.08 0.14 |
XYZ | 63.6944 | 69.5968 | 65.9536 |
Yxy | 69.5968 | 0.3197 | 0.3493 |
Hunter Lab | 83.4247 | -9.7092 | 11.5240 |
CIE-Lab | 86.7987 | -5.5514 | 8.0175 |
#d5dcca color RGB value is (213,220,202).
#d5dcca hex color red value is 213, green value is 220 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d5dcca hue: 0.23 , saturation: 0.20 and the lightness value of d5dcca is 0.83.
The process color (four color CMYK) of #d5dcca color hex is 0.03, 0.00, 0.08, 0.14. Web safe color of #d5dcca is #cccccc. Color #d5dcca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 11011100 | 11001010 |
Octal | 325 | 334 | 312 |
Decimal | 213 | 220 | 202 |
Hex | D5 | DC | CA |
Shades of #d5dcca
Tints of #d5dcca
RGB Percentages of Color #d5dcca
CMYK Percentages of Color #d5dcca
Complementary Color
#d5dcca | #d1cadc |
#d5dcca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5dcca Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5dcca Color CSS Codes
.mybgcolor {background-color:#d5dcca; } .myforecolor {color:#d5dcca; } .mybordercolor {border:3px solid #d5dcca; }
#d5dcca Text Font Color
<p style="color:#d5dcca">Text here</p>
This sample text font color is #d5dcca
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#d5dcca Background Color
<div style="background-color:#d5dcca">
Div content here</div>
This div background color is #d5dcca
#d5dcca Border Color
<div style="border:3px solid #d5dcca">
Div here</div>
This div border color is #d5dcca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,220,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5dcca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5dcca; -webkit-box-shadow: 1px 1px 3px 2px #d5dcca; box-shadow: 1px 1px 3px 2px #d5dcca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,220,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d5dcca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5dcca; -webkit-box-shadow: 1px 1px 3px 2px #d5dcca; box-shadow: 1px 1px 3px 2px #d5dcca;">
Div content here</div>
This div box has shadow with color #d5dcca
Comments
No comments written yet.
Please login to write comment.