Color spaces of #dceaee
RGB | 220 | 234 | 238 |
---|---|---|---|
HSL | 0.54 | 0.35 | 0.90 |
HSV | 193° | 8° | 93° |
CMYK | 0.08 | 0.02 | 0.00 0.07 |
XYZ | 74.3706 | 80.2343 | 92.4559 |
Yxy | 80.2343 | 0.3010 | 0.3248 |
Hunter Lab | 89.5736 | -8.5500 | 1.5037 |
CIE-Lab | 91.7899 | -3.8698 | -3.5444 |
#dceaee color RGB value is (220,234,238).
#dceaee hex color red value is 220, green value is 234 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dceaee hue: 0.54 , saturation: 0.35 and the lightness value of dceaee is 0.90.
The process color (four color CMYK) of #dceaee color hex is 0.08, 0.02, 0.00, 0.07. Web safe color of #dceaee is #ccffff. Color #dceaee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11101010 | 11101110 |
Octal | 334 | 352 | 356 |
Decimal | 220 | 234 | 238 |
Hex | DC | EA | EE |
Shades of #dceaee
Tints of #dceaee
RGB Percentages of Color #dceaee
CMYK Percentages of Color #dceaee
Complementary Color
#dceaee | #eee0dc |
#dceaee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dceaee Color Preview on White Background
Lorem ipsum dolor sit amet.
#dceaee Color CSS Codes
.mybgcolor {background-color:#dceaee; } .myforecolor {color:#dceaee; } .mybordercolor {border:3px solid #dceaee; }
#dceaee Text Font Color
<p style="color:#dceaee">Text here</p>
This sample text font color is #dceaee
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.
#dceaee Background Color
<div style="background-color:#dceaee">
Div content here</div>
This div background color is #dceaee
#dceaee Border Color
<div style="border:3px solid #dceaee">
Div here</div>
This div border color is #dceaee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,234,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dceaee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dceaee; -webkit-box-shadow: 1px 1px 3px 2px #dceaee; box-shadow: 1px 1px 3px 2px #dceaee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,234,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 #dceaee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dceaee; -webkit-box-shadow: 1px 1px 3px 2px #dceaee; box-shadow: 1px 1px 3px 2px #dceaee;">
Div content here</div>
This div box has shadow with color #dceaee
#dceaee Color Palettes
Comments
No comments written yet.
Please login to write comment.