Color spaces of #c8dbbe
RGB | 200 | 219 | 190 |
---|---|---|---|
HSL | 0.28 | 0.29 | 0.80 |
HSV | 99° | 13° | 86° |
CMYK | 0.09 | 0.00 | 0.13 0.14 |
XYZ | 58.4452 | 66.6601 | 58.5015 |
Yxy | 66.6601 | 0.3183 | 0.3631 |
Hunter Lab | 81.6456 | -15.1025 | 14.6689 |
CIE-Lab | 85.3320 | -11.5952 | 12.1184 |
#c8dbbe color RGB value is (200,219,190).
#c8dbbe hex color red value is 200, green value is 219 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c8dbbe hue: 0.28 , saturation: 0.29 and the lightness value of c8dbbe is 0.80.
The process color (four color CMYK) of #c8dbbe color hex is 0.09, 0.00, 0.13, 0.14. Web safe color of #c8dbbe is #cccccc. Color #c8dbbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 11011011 | 10111110 |
Octal | 310 | 333 | 276 |
Decimal | 200 | 219 | 190 |
Hex | C8 | DB | BE |
Shades of #c8dbbe
Tints of #c8dbbe
RGB Percentages of Color #c8dbbe
CMYK Percentages of Color #c8dbbe
Complementary Color
#c8dbbe | #d1bedb |
#c8dbbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c8dbbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#c8dbbe Color CSS Codes
.mybgcolor {background-color:#c8dbbe; } .myforecolor {color:#c8dbbe; } .mybordercolor {border:3px solid #c8dbbe; }
#c8dbbe Text Font Color
<p style="color:#c8dbbe">Text here</p>
This sample text font color is #c8dbbe
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.
#c8dbbe Background Color
<div style="background-color:#c8dbbe">
Div content here</div>
This div background color is #c8dbbe
#c8dbbe Border Color
<div style="border:3px solid #c8dbbe">
Div here</div>
This div border color is #c8dbbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,219,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c8dbbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c8dbbe; -webkit-box-shadow: 1px 1px 3px 2px #c8dbbe; box-shadow: 1px 1px 3px 2px #c8dbbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,219,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c8dbbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c8dbbe; -webkit-box-shadow: 1px 1px 3px 2px #c8dbbe; box-shadow: 1px 1px 3px 2px #c8dbbe;">
Div content here</div>
This div box has shadow with color #c8dbbe
Comments
No comments written yet.
Please login to write comment.