Color Hex Logo

#d9eeed Color Hex

#D9EEED
(217,238,237)
0 Favorites   0 Comments

Color spaces of #d9eeed

RGB 217238237
HSL0.490.380.89
HSV177°93°
CMYK 0.090.000.00   0.07
XYZ74.475982.015292.0260
Yxy82.01520.29970.3300
Hunter Lab90.5622-11.69043.1453
CIE-Lab92.5816-7.0648-1.8854

#d9eeed color RGB value is (217,238,237).

#d9eeed hex color red value is 217, green value is 238 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d9eeed hue: 0.49 , saturation: 0.38 and the lightness value of d9eeed is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11101110 11101101
Octal 331 356 355
Decimal 217 238 237
Hex D9 EE ED

RGB Percentages of Color #d9eeed

%31.36
%34.39
%34.25

CMYK Percentages of Color #d9eeed

%9
%0
%0
%7

Triadic Colors of #d9eeed

#d9eeed #edd9ee #eeedd9

Analogous Colors of #d9eeed

#d9eeed #d9e5ee #d9eee3

Monochromatic Colors of #d9eeed

#d9eeed

Complementary Color

#d9eeed #eed9da

#d9eeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9eeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9eeed Color CSS Codes

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

#d9eeed Text Font Color

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

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


#d9eeed Background Color

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

This div background color is #d9eeed


#d9eeed Border Color

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

This div border color is #d9eeed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,238,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d9eeed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9eeed


Comments

No comments written yet.

Please login to write comment.