Color spaces of #dceaec
RGB | 220 | 234 | 236 |
---|---|---|---|
HSL | 0.52 | 0.30 | 0.89 |
HSV | 188° | 7° | 93° |
CMYK | 0.07 | 0.01 | 0.00 0.07 |
XYZ | 74.0783 | 80.1174 | 90.9167 |
Yxy | 80.1174 | 0.3022 | 0.3269 |
Hunter Lab | 89.5083 | -8.9106 | 2.4329 |
CIE-Lab | 91.7375 | -4.2484 | -2.5778 |
#dceaec color RGB value is (220,234,236).
#dceaec hex color red value is 220, green value is 234 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dceaec hue: 0.52 , saturation: 0.30 and the lightness value of dceaec is 0.89.
The process color (four color CMYK) of #dceaec color hex is 0.07, 0.01, 0.00, 0.07. Web safe color of #dceaec is #ccffff. Color #dceaec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11101010 | 11101100 |
Octal | 334 | 352 | 354 |
Decimal | 220 | 234 | 236 |
Hex | DC | EA | EC |
Shades of #dceaec
Tints of #dceaec
RGB Percentages of Color #dceaec
CMYK Percentages of Color #dceaec
Complementary Color
#dceaec | #ecdedc |
#dceaec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dceaec Color Preview on White Background
Lorem ipsum dolor sit amet.
#dceaec Color CSS Codes
.mybgcolor {background-color:#dceaec; } .myforecolor {color:#dceaec; } .mybordercolor {border:3px solid #dceaec; }
#dceaec Text Font Color
<p style="color:#dceaec">Text here</p>
This sample text font color is #dceaec
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.
#dceaec Background Color
<div style="background-color:#dceaec">
Div content here</div>
This div background color is #dceaec
#dceaec Border Color
<div style="border:3px solid #dceaec">
Div here</div>
This div border color is #dceaec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,234,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dceaec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dceaec; -webkit-box-shadow: 1px 1px 3px 2px #dceaec; box-shadow: 1px 1px 3px 2px #dceaec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,234,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dceaec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dceaec; -webkit-box-shadow: 1px 1px 3px 2px #dceaec; box-shadow: 1px 1px 3px 2px #dceaec;">
Div content here</div>
This div box has shadow with color #dceaec
Comments
No comments written yet.
Please login to write comment.