Color Hex Logo

#d1eaad Color Hex

#D1EAAD
(209,234,173)
0 Favorites   0 Comments

Color spaces of #d1eaad

RGB 209234173
HSL0.230.590.80
HSV85°26°92°
CMYK 0.110.000.26   0.08
XYZ63.260175.418150.7581
Yxy75.41810.33390.3981
Hunter Lab86.8436-21.950326.1369
CIE-Lab89.5885-18.572926.9729

#d1eaad color RGB value is (209,234,173).

#d1eaad hex color red value is 209, green value is 234 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d1eaad hue: 0.23 , saturation: 0.59 and the lightness value of d1eaad is 0.80.

The process color (four color CMYK) of #d1eaad color hex is 0.11, 0.00, 0.26, 0.08. Web safe color of #d1eaad is #ccff99. Color #d1eaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11101010 10101101
Octal 321 352 255
Decimal 209 234 173
Hex D1 EA AD

RGB Percentages of Color #d1eaad

%33.93
%37.99
%28.08

CMYK Percentages of Color #d1eaad

%11
%0
%26
%8

Triadic Colors of #d1eaad

#d1eaad #add1ea #eaadd1

Analogous Colors of #d1eaad

#d1eaad #b3eaad #eae5ad

Monochromatic Colors of #d1eaad

#d1eaad

Complementary Color

#d1eaad #c6adea

#d1eaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1eaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1eaad Color CSS Codes

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

#d1eaad Text Font Color

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

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


#d1eaad Background Color

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

This div background color is #d1eaad


#d1eaad Border Color

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

This div border color is #d1eaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1eaad

#d1eaad Color Palettes


Comments

No comments written yet.

Please login to write comment.