Color Hex Logo

#d9eded Color Hex

#D9EDED
(217,237,237)
0 Favorites   0 Comments

Color spaces of #d9eded

RGB 217237237
HSL0.500.360.89
HSV180°93°
CMYK 0.080.000.00   0.07
XYZ74.185581.434591.9292
Yxy81.43450.29970.3290
Hunter Lab90.2411-11.18032.7696
CIE-Lab92.3247-6.5575-2.2620

#d9eded color RGB value is (217,237,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11101101 11101101
Octal 331 355 355
Decimal 217 237 237
Hex D9 ED ED

RGB Percentages of Color #d9eded

%31.40
%34.30
%34.30

CMYK Percentages of Color #d9eded

%8
%0
%0
%7

Triadic Colors of #d9eded

#d9eded #edd9ed #ededd9

Analogous Colors of #d9eded

#d9eded #d9e3ed #d9ede3

Monochromatic Colors of #d9eded

#d9eded

Complementary Color

#d9eded #edd9d9

#d9eded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9eded Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9eded Color CSS Codes

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

#d9eded Text Font Color

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

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


#d9eded Background Color

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

This div background color is #d9eded


#d9eded Border Color

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

This div border color is #d9eded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9eded


Comments

No comments written yet.

Please login to write comment.