Color spaces of #ccdcef
RGB | 204 | 220 | 239 |
---|---|---|---|
HSL | 0.59 | 0.52 | 0.87 |
HSV | 213° | 15° | 94° |
CMYK | 0.15 | 0.08 | 0.00 0.06 |
XYZ | 66.0750 | 70.2558 | 91.7395 |
Yxy | 70.2558 | 0.2897 | 0.3080 |
Hunter Lab | 83.8187 | -5.9698 | -6.2197 |
CIE-Lab | 87.1222 | -1.5609 | -11.1018 |
#ccdcef color RGB value is (204,220,239).
#ccdcef hex color red value is 204, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ccdcef hue: 0.59 , saturation: 0.52 and the lightness value of ccdcef is 0.87.
The process color (four color CMYK) of #ccdcef color hex is 0.15, 0.08, 0.00, 0.06. Web safe color of #ccdcef is #ccccff. Color #ccdcef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11011100 | 11101111 |
Octal | 314 | 334 | 357 |
Decimal | 204 | 220 | 239 |
Hex | CC | DC | EF |
Shades of #ccdcef
Tints of #ccdcef
RGB Percentages of Color #ccdcef
CMYK Percentages of Color #ccdcef
Complementary Color
#ccdcef | #efdfcc |
#ccdcef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccdcef Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccdcef Color CSS Codes
.mybgcolor {background-color:#ccdcef; } .myforecolor {color:#ccdcef; } .mybordercolor {border:3px solid #ccdcef; }
#ccdcef Text Font Color
<p style="color:#ccdcef">Text here</p>
This sample text font color is #ccdcef
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.
#ccdcef Background Color
<div style="background-color:#ccdcef">
Div content here</div>
This div background color is #ccdcef
#ccdcef Border Color
<div style="border:3px solid #ccdcef">
Div here</div>
This div border color is #ccdcef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,220,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccdcef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccdcef; -webkit-box-shadow: 1px 1px 3px 2px #ccdcef; box-shadow: 1px 1px 3px 2px #ccdcef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,220,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccdcef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccdcef; -webkit-box-shadow: 1px 1px 3px 2px #ccdcef; box-shadow: 1px 1px 3px 2px #ccdcef;">
Div content here</div>
This div box has shadow with color #ccdcef
Comments
No comments written yet.
Please login to write comment.