Color spaces of #cbbed1
RGB | 203 | 190 | 209 |
---|---|---|---|
HSL | 0.78 | 0.17 | 0.78 |
HSV | 281° | 9° | 82° |
CMYK | 0.03 | 0.09 | 0.00 0.18 |
XYZ | 54.5507 | 54.1269 | 67.8940 |
Yxy | 54.1269 | 0.3089 | 0.3065 |
Hunter Lab | 73.5710 | 3.6032 | -3.2153 |
CIE-Lab | 78.5357 | 8.0374 | -7.8727 |
#cbbed1 color RGB value is (203,190,209).
#cbbed1 hex color red value is 203, green value is 190 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #cbbed1 hue: 0.78 , saturation: 0.17 and the lightness value of cbbed1 is 0.78.
The process color (four color CMYK) of #cbbed1 color hex is 0.03, 0.09, 0.00, 0.18. Web safe color of #cbbed1 is #cccccc. Color #cbbed1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10111110 | 11010001 |
Octal | 313 | 276 | 321 |
Decimal | 203 | 190 | 209 |
Hex | CB | BE | D1 |
Shades of #cbbed1
Tints of #cbbed1
RGB Percentages of Color #cbbed1
CMYK Percentages of Color #cbbed1
Complementary Color
#cbbed1 | #c4d1be |
#cbbed1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbbed1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbbed1 Color CSS Codes
.mybgcolor {background-color:#cbbed1; } .myforecolor {color:#cbbed1; } .mybordercolor {border:3px solid #cbbed1; }
#cbbed1 Text Font Color
<p style="color:#cbbed1">Text here</p>
This sample text font color is #cbbed1
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.
#cbbed1 Background Color
<div style="background-color:#cbbed1">
Div content here</div>
This div background color is #cbbed1
#cbbed1 Border Color
<div style="border:3px solid #cbbed1">
Div here</div>
This div border color is #cbbed1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,190,209, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbbed1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbbed1; -webkit-box-shadow: 1px 1px 3px 2px #cbbed1; box-shadow: 1px 1px 3px 2px #cbbed1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,190,209, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbbed1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbbed1; -webkit-box-shadow: 1px 1px 3px 2px #cbbed1; box-shadow: 1px 1px 3px 2px #cbbed1;">
Div content here</div>
This div box has shadow with color #cbbed1
Comments
No comments written yet.
Please login to write comment.