Color spaces of #dcfeea
RGB | 220 | 254 | 234 |
---|---|---|---|
HSL | 0.40 | 0.94 | 0.93 |
HSV | 145° | 13° | 100° |
CMYK | 0.13 | 0.00 | 0.08 0.00 |
XYZ | 79.8083 | 92.0398 | 91.4010 |
Yxy | 92.0398 | 0.3032 | 0.3496 |
Hunter Lab | 95.9374 | -19.4000 | 10.6697 |
CIE-Lab | 96.8366 | -14.6566 | 5.8798 |
#dcfeea color RGB value is (220,254,234).
#dcfeea hex color red value is 220, green value is 254 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dcfeea hue: 0.40 , saturation: 0.94 and the lightness value of dcfeea is 0.93.
The process color (four color CMYK) of #dcfeea color hex is 0.13, 0.00, 0.08, 0.00. Web safe color of #dcfeea is #ccffff. Color #dcfeea contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11111110 | 11101010 |
Octal | 334 | 376 | 352 |
Decimal | 220 | 254 | 234 |
Hex | DC | FE | EA |
Shades of #dcfeea
Tints of #dcfeea
RGB Percentages of Color #dcfeea
CMYK Percentages of Color #dcfeea
Complementary Color
#dcfeea | #fedcf0 |
#dcfeea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcfeea Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcfeea Color CSS Codes
.mybgcolor {background-color:#dcfeea; } .myforecolor {color:#dcfeea; } .mybordercolor {border:3px solid #dcfeea; }
#dcfeea Text Font Color
<p style="color:#dcfeea">Text here</p>
This sample text font color is #dcfeea
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.
#dcfeea Background Color
<div style="background-color:#dcfeea">
Div content here</div>
This div background color is #dcfeea
#dcfeea Border Color
<div style="border:3px solid #dcfeea">
Div here</div>
This div border color is #dcfeea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,254,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcfeea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcfeea; -webkit-box-shadow: 1px 1px 3px 2px #dcfeea; box-shadow: 1px 1px 3px 2px #dcfeea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,254,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcfeea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcfeea; -webkit-box-shadow: 1px 1px 3px 2px #dcfeea; box-shadow: 1px 1px 3px 2px #dcfeea;">
Div content here</div>
This div box has shadow with color #dcfeea
Comments
No comments written yet.
Please login to write comment.