Color Hex Logo

#d5eeea Color Hex

#D5EEEA
(213,238,234)
1 Favorites   0 Comments

Color spaces of #d5eeea

RGB 213238234
HSL0.470.420.88
HSV170°11°93°
CMYK 0.110.000.02   0.07
XYZ72.866481.235789.6815
Yxy81.23570.29890.3332
Hunter Lab90.1308-13.42044.0972
CIE-Lab92.2365-8.9222-0.8608

#d5eeea color RGB value is (213,238,234).

#d5eeea hex color red value is 213, green value is 238 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d5eeea hue: 0.47 , saturation: 0.42 and the lightness value of d5eeea is 0.88.

The process color (four color CMYK) of #d5eeea color hex is 0.11, 0.00, 0.02, 0.07. Web safe color of #d5eeea is #ccffff. Color #d5eeea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11101110 11101010
Octal 325 356 352
Decimal 213 238 234
Hex D5 EE EA

RGB Percentages of Color #d5eeea

%31.09
%34.74
%34.16

CMYK Percentages of Color #d5eeea

%11
%0
%2
%7

Triadic Colors of #d5eeea

#d5eeea #ead5ee #eeead5

Analogous Colors of #d5eeea

#d5eeea #d5e6ee #d5eede

Monochromatic Colors of #d5eeea

#d5eeea

Complementary Color

#d5eeea #eed5d9

#d5eeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5eeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5eeea Color CSS Codes

.mybgcolor {background-color:#d5eeea; } 
.myforecolor {color:#d5eeea; }
.mybordercolor {border:3px solid #d5eeea; }

#d5eeea Text Font Color

<p style="color:#d5eeea">Text here</p>

This sample text font color is #d5eeea
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.


#d5eeea Background Color

<div style="background-color:#d5eeea">
Div content here</div>

This div background color is #d5eeea


#d5eeea Border Color

<div style="border:3px solid #d5eeea">
Div here</div>

This div border color is #d5eeea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,238,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5eeea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5eeea;
  -webkit-box-shadow: 1px 1px 3px 2px #d5eeea;
  box-shadow:         1px 1px 3px 2px #d5eeea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,238,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 #d5eeea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d5eeea;
  -webkit-box-shadow: 1px 1px 3px 2px #d5eeea;
  box-shadow:         1px 1px 3px 2px #d5eeea;">
Div content here</div>

This div box has shadow with color #d5eeea

#d5eeea Color Palettes


Comments

No comments written yet.

Please login to write comment.