Color Hex Logo

#d0eefa Color Hex

#D0EEFA
(208,238,250)
0 Favorites   0 Comments

Color spaces of #d0eefa

RGB 208238250
HSL0.550.810.90
HSV197°17°98°
CMYK 0.170.050.00   0.02
XYZ73.842381.4611102.2741
Yxy81.46110.28670.3163
Hunter Lab90.2558-11.9088-4.0059
CIE-Lab92.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

BaseRedGreenBlue
Binary 11010000 11101110 11111010
Octal 320 356 372
Decimal 208 238 250
Hex D0 EE FA

RGB Percentages of Color #d0eefa

%29.89
%34.20
%35.92

CMYK Percentages of Color #d0eefa

%17
%5
%0
%2

Triadic Colors of #d0eefa

#d0eefa #fad0ee #eefad0

Analogous Colors of #d0eefa

#d0eefa #d0d9fa #d0faf1

Monochromatic Colors of #d0eefa

#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.