Color Hex Logo

#d9eabe Color Hex

#D9EABE
(217,234,190)
0 Favorites   0 Comments

Color spaces of #d9eabe

RGB 217234190
HSL0.230.510.83
HSV83°19°92°
CMYK 0.070.000.19   0.08
XYZ67.332477.315160.0897
Yxy77.31510.32890.3776
Hunter Lab87.9290-17.187821.0322
CIE-Lab90.4664-13.183919.5127

#d9eabe color RGB value is (217,234,190).

#d9eabe hex color red value is 217, green value is 234 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d9eabe hue: 0.23 , saturation: 0.51 and the lightness value of d9eabe is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11101010 10111110
Octal 331 352 276
Decimal 217 234 190
Hex D9 EA BE

RGB Percentages of Color #d9eabe

%33.85
%36.51
%29.64

CMYK Percentages of Color #d9eabe

%7
%0
%19
%8

Triadic Colors of #d9eabe

#d9eabe #bed9ea #eabed9

Analogous Colors of #d9eabe

#d9eabe #c3eabe #eae5be

Monochromatic Colors of #d9eabe

#d9eabe

Complementary Color

#d9eabe #cfbeea

#d9eabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9eabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9eabe Color CSS Codes

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

#d9eabe Text Font Color

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

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


#d9eabe Background Color

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

This div background color is #d9eabe


#d9eabe Border Color

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

This div border color is #d9eabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9eabe


Comments

No comments written yet.

Please login to write comment.