Color Hex Logo

#d9efaa Color Hex

#D9EFAA
(217,239,170)
0 Favorites   0 Comments

Color spaces of #d9efaa

RGB 217239170
HSL0.220.680.80
HSV79°29°94°
CMYK 0.090.000.29   0.06
XYZ66.737579.387049.8360
Yxy79.38700.34060.4051
Hunter Lab89.0994-22.223329.2069
CIE-Lab91.4091-18.563731.0568

#d9efaa color RGB value is (217,239,170).

#d9efaa hex color red value is 217, green value is 239 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d9efaa hue: 0.22 , saturation: 0.68 and the lightness value of d9efaa is 0.80.

The process color (four color CMYK) of #d9efaa color hex is 0.09, 0.00, 0.29, 0.06. Web safe color of #d9efaa is #ccff99. Color #d9efaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11101111 10101010
Octal 331 357 252
Decimal 217 239 170
Hex D9 EF AA

RGB Percentages of Color #d9efaa

%34.66
%38.18
%27.16

CMYK Percentages of Color #d9efaa

%9
%0
%29
%6

Triadic Colors of #d9efaa

#d9efaa #aad9ef #efaad9

Analogous Colors of #d9efaa

#d9efaa #b7efaa #efe3aa

Monochromatic Colors of #d9efaa

#d9efaa

Complementary Color

#d9efaa #c0aaef

#d9efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9efaa Color CSS Codes

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

#d9efaa Text Font Color

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

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


#d9efaa Background Color

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

This div background color is #d9efaa


#d9efaa Border Color

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

This div border color is #d9efaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9efaa


Comments

No comments written yet.

Please login to write comment.