Color spaces of #dcefee
RGB | 220 | 239 | 238 |
---|---|---|---|
HSL | 0.49 | 0.37 | 0.90 |
HSV | 177° | 8° | 94° |
CMYK | 0.08 | 0.00 | 0.00 0.06 |
XYZ | 75.8143 | 83.1217 | 92.9372 |
Yxy | 83.1217 | 0.3010 | 0.3300 |
Hunter Lab | 91.1711 | -11.1159 | 3.3813 |
CIE-Lab | 93.0677 | -6.4153 | -1.6694 |
#dcefee color RGB value is (220,239,238).
#dcefee hex color red value is 220, green value is 239 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dcefee hue: 0.49 , saturation: 0.37 and the lightness value of dcefee is 0.90.
The process color (four color CMYK) of #dcefee color hex is 0.08, 0.00, 0.00, 0.06. Web safe color of #dcefee is #ccffff. Color #dcefee contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11101111 | 11101110 |
Octal | 334 | 357 | 356 |
Decimal | 220 | 239 | 238 |
Hex | DC | EF | EE |
Shades of #dcefee
Tints of #dcefee
RGB Percentages of Color #dcefee
CMYK Percentages of Color #dcefee
Complementary Color
#dcefee | #efdcdd |
#dcefee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcefee Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcefee Color CSS Codes
.mybgcolor {background-color:#dcefee; } .myforecolor {color:#dcefee; } .mybordercolor {border:3px solid #dcefee; }
#dcefee Text Font Color
<p style="color:#dcefee">Text here</p>
This sample text font color is #dcefee
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.
#dcefee Background Color
<div style="background-color:#dcefee">
Div content here</div>
This div background color is #dcefee
#dcefee Border Color
<div style="border:3px solid #dcefee">
Div here</div>
This div border color is #dcefee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,239,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcefee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcefee; -webkit-box-shadow: 1px 1px 3px 2px #dcefee; box-shadow: 1px 1px 3px 2px #dcefee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,239,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 #dcefee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcefee; -webkit-box-shadow: 1px 1px 3px 2px #dcefee; box-shadow: 1px 1px 3px 2px #dcefee;">
Div content here</div>
This div box has shadow with color #dcefee
Comments
No comments written yet.
Please login to write comment.