Color spaces of #cbddeb
RGB | 203 | 221 | 235 |
---|---|---|---|
HSL | 0.57 | 0.44 | 0.86 |
HSV | 206° | 14° | 92° |
CMYK | 0.14 | 0.06 | 0.00 0.08 |
XYZ | 65.4804 | 70.4076 | 88.7361 |
Yxy | 70.4076 | 0.2915 | 0.3134 |
Hunter Lab | 83.9092 | -7.5448 | -3.9642 |
CIE-Lab | 87.1964 | -3.2135 | -8.8895 |
#cbddeb color RGB value is (203,221,235).
#cbddeb hex color red value is 203, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cbddeb hue: 0.57 , saturation: 0.44 and the lightness value of cbddeb is 0.86.
The process color (four color CMYK) of #cbddeb color hex is 0.14, 0.06, 0.00, 0.08. Web safe color of #cbddeb is #ccccff. Color #cbddeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11011101 | 11101011 |
Octal | 313 | 335 | 353 |
Decimal | 203 | 221 | 235 |
Hex | CB | DD | EB |
Shades of #cbddeb
Tints of #cbddeb
RGB Percentages of Color #cbddeb
CMYK Percentages of Color #cbddeb
Complementary Color
#cbddeb | #ebd9cb |
#cbddeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbddeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbddeb Color CSS Codes
.mybgcolor {background-color:#cbddeb; } .myforecolor {color:#cbddeb; } .mybordercolor {border:3px solid #cbddeb; }
#cbddeb Text Font Color
<p style="color:#cbddeb">Text here</p>
This sample text font color is #cbddeb
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.
#cbddeb Background Color
<div style="background-color:#cbddeb">
Div content here</div>
This div background color is #cbddeb
#cbddeb Border Color
<div style="border:3px solid #cbddeb">
Div here</div>
This div border color is #cbddeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,221,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbddeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbddeb; -webkit-box-shadow: 1px 1px 3px 2px #cbddeb; box-shadow: 1px 1px 3px 2px #cbddeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,221,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbddeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbddeb; -webkit-box-shadow: 1px 1px 3px 2px #cbddeb; box-shadow: 1px 1px 3px 2px #cbddeb;">
Div content here</div>
This div box has shadow with color #cbddeb
Comments
No comments written yet.
Please login to write comment.