Color spaces of #ccdeee
RGB | 204 | 222 | 238 |
---|---|---|---|
HSL | 0.58 | 0.50 | 0.87 |
HSV | 208° | 14° | 93° |
CMYK | 0.14 | 0.07 | 0.00 0.07 |
XYZ | 66.4557 | 71.2530 | 91.1395 |
Yxy | 71.2530 | 0.2904 | 0.3114 |
Hunter Lab | 84.4115 | -7.1902 | -4.9277 |
CIE-Lab | 87.6078 | -2.8050 | -9.8518 |
#ccdeee color RGB value is (204,222,238).
#ccdeee hex color red value is 204, green value is 222 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ccdeee hue: 0.58 , saturation: 0.50 and the lightness value of ccdeee is 0.87.
The process color (four color CMYK) of #ccdeee color hex is 0.14, 0.07, 0.00, 0.07. Web safe color of #ccdeee is #ccccff. Color #ccdeee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11011110 | 11101110 |
Octal | 314 | 336 | 356 |
Decimal | 204 | 222 | 238 |
Hex | CC | DE | EE |
Shades of #ccdeee
Tints of #ccdeee
RGB Percentages of Color #ccdeee
CMYK Percentages of Color #ccdeee
Complementary Color
#ccdeee | #eedccc |
#ccdeee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccdeee Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccdeee Color CSS Codes
.mybgcolor {background-color:#ccdeee; } .myforecolor {color:#ccdeee; } .mybordercolor {border:3px solid #ccdeee; }
#ccdeee Text Font Color
<p style="color:#ccdeee">Text here</p>
This sample text font color is #ccdeee
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.
#ccdeee Background Color
<div style="background-color:#ccdeee">
Div content here</div>
This div background color is #ccdeee
#ccdeee Border Color
<div style="border:3px solid #ccdeee">
Div here</div>
This div border color is #ccdeee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,222,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccdeee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccdeee; -webkit-box-shadow: 1px 1px 3px 2px #ccdeee; box-shadow: 1px 1px 3px 2px #ccdeee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,222,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccdeee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccdeee; -webkit-box-shadow: 1px 1px 3px 2px #ccdeee; box-shadow: 1px 1px 3px 2px #ccdeee;">
Div content here</div>
This div box has shadow with color #ccdeee
Comments
No comments written yet.
Please login to write comment.