Color spaces of #d0eefa
RGB | 208 | 238 | 250 |
---|---|---|---|
HSL | 0.55 | 0.81 | 0.90 |
HSV | 197° | 17° | 98° |
CMYK | 0.17 | 0.05 | 0.00 0.02 |
XYZ | 73.8423 | 81.4611 | 102.2741 |
Yxy | 81.4611 | 0.2867 | 0.3163 |
Hunter Lab | 90.2558 | -11.9088 | -4.0059 |
CIE-Lab | 92.3365 | -7.3194 | -9.0817 |
#d0eefa color RGB value is (208,238,250).
#d0eefa hex color red value is 208, green value is 238 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d0eefa hue: 0.55 , saturation: 0.81 and the lightness value of d0eefa is 0.90.
The process color (four color CMYK) of #d0eefa color hex is 0.17, 0.05, 0.00, 0.02. Web safe color of #d0eefa is #ccffff. Color #d0eefa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 11101110 | 11111010 |
Octal | 320 | 356 | 372 |
Decimal | 208 | 238 | 250 |
Hex | D0 | EE | FA |
Shades of #d0eefa
Tints of #d0eefa
RGB Percentages of Color #d0eefa
CMYK Percentages of Color #d0eefa
Complementary Color
#d0eefa | #fadcd0 |
#d0eefa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0eefa Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0eefa Color CSS Codes
.mybgcolor {background-color:#d0eefa; } .myforecolor {color:#d0eefa; } .mybordercolor {border:3px solid #d0eefa; }
#d0eefa Text Font Color
<p style="color:#d0eefa">Text here</p>
This sample text font color is #d0eefa
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.
#d0eefa Background Color
<div style="background-color:#d0eefa">
Div content here</div>
This div background color is #d0eefa
#d0eefa Border Color
<div style="border:3px solid #d0eefa">
Div here</div>
This div border color is #d0eefa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,238,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0eefa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0eefa; -webkit-box-shadow: 1px 1px 3px 2px #d0eefa; box-shadow: 1px 1px 3px 2px #d0eefa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,238,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0eefa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0eefa; -webkit-box-shadow: 1px 1px 3px 2px #d0eefa; box-shadow: 1px 1px 3px 2px #d0eefa;">
Div content here</div>
This div box has shadow with color #d0eefa
Comments
No comments written yet.
Please login to write comment.