Color spaces of #d6cabc
RGB | 214 | 202 | 188 |
---|---|---|---|
HSL | 0.09 | 0.24 | 0.79 |
HSV | 32° | 12° | 84° |
CMYK | 0.00 | 0.06 | 0.12 0.16 |
XYZ | 57.9292 | 60.1680 | 56.1373 |
Yxy | 60.1680 | 0.3325 | 0.3453 |
Hunter Lab | 77.5680 | -2.4371 | 11.3884 |
CIE-Lab | 81.9294 | 1.8161 | 8.4723 |
#d6cabc color RGB value is (214,202,188).
#d6cabc hex color red value is 214, green value is 202 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d6cabc hue: 0.09 , saturation: 0.24 and the lightness value of d6cabc is 0.79.
The process color (four color CMYK) of #d6cabc color hex is 0.00, 0.06, 0.12, 0.16. Web safe color of #d6cabc is #cccccc. Color #d6cabc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 11001010 | 10111100 |
Octal | 326 | 312 | 274 |
Decimal | 214 | 202 | 188 |
Hex | D6 | CA | BC |
Shades of #d6cabc
Tints of #d6cabc
RGB Percentages of Color #d6cabc
CMYK Percentages of Color #d6cabc
Complementary Color
#d6cabc | #bcc8d6 |
#d6cabc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d6cabc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d6cabc Color CSS Codes
.mybgcolor {background-color:#d6cabc; } .myforecolor {color:#d6cabc; } .mybordercolor {border:3px solid #d6cabc; }
#d6cabc Text Font Color
<p style="color:#d6cabc">Text here</p>
This sample text font color is #d6cabc
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.
#d6cabc Background Color
<div style="background-color:#d6cabc">
Div content here</div>
This div background color is #d6cabc
#d6cabc Border Color
<div style="border:3px solid #d6cabc">
Div here</div>
This div border color is #d6cabc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,202,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d6cabc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d6cabc; -webkit-box-shadow: 1px 1px 3px 2px #d6cabc; box-shadow: 1px 1px 3px 2px #d6cabc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,202,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d6cabc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d6cabc; -webkit-box-shadow: 1px 1px 3px 2px #d6cabc; box-shadow: 1px 1px 3px 2px #d6cabc;">
Div content here</div>
This div box has shadow with color #d6cabc
Comments
No comments written yet.
Please login to write comment.