Color spaces of #cbbed8
RGB | 203 | 190 | 216 |
---|---|---|---|
HSL | 0.75 | 0.25 | 0.80 |
HSV | 270° | 12° | 85° |
CMYK | 0.06 | 0.12 | 0.00 0.15 |
XYZ | 55.4367 | 54.4813 | 72.5599 |
Yxy | 54.4813 | 0.3038 | 0.2986 |
Hunter Lab | 73.8114 | 4.8939 | -6.6167 |
CIE-Lab | 78.7415 | 9.3875 | -11.3455 |
#cbbed8 color RGB value is (203,190,216).
#cbbed8 hex color red value is 203, green value is 190 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #cbbed8 hue: 0.75 , saturation: 0.25 and the lightness value of cbbed8 is 0.80.
The process color (four color CMYK) of #cbbed8 color hex is 0.06, 0.12, 0.00, 0.15. Web safe color of #cbbed8 is #cccccc. Color #cbbed8 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10111110 | 11011000 |
Octal | 313 | 276 | 330 |
Decimal | 203 | 190 | 216 |
Hex | CB | BE | D8 |
Shades of #cbbed8
Tints of #cbbed8
RGB Percentages of Color #cbbed8
CMYK Percentages of Color #cbbed8
Complementary Color
#cbbed8 | #cbd8be |
#cbbed8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbbed8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbbed8 Color CSS Codes
.mybgcolor {background-color:#cbbed8; } .myforecolor {color:#cbbed8; } .mybordercolor {border:3px solid #cbbed8; }
#cbbed8 Text Font Color
<p style="color:#cbbed8">Text here</p>
This sample text font color is #cbbed8
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.
#cbbed8 Background Color
<div style="background-color:#cbbed8">
Div content here</div>
This div background color is #cbbed8
#cbbed8 Border Color
<div style="border:3px solid #cbbed8">
Div here</div>
This div border color is #cbbed8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,190,216, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbbed8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbbed8; -webkit-box-shadow: 1px 1px 3px 2px #cbbed8; box-shadow: 1px 1px 3px 2px #cbbed8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,190,216, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbbed8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbbed8; -webkit-box-shadow: 1px 1px 3px 2px #cbbed8; box-shadow: 1px 1px 3px 2px #cbbed8;">
Div content here</div>
This div box has shadow with color #cbbed8
Comments
No comments written yet.
Please login to write comment.