Color Hex Logo

#d1eaac Color Hex

#D1EAAC
(209,234,172)
0 Favorites   0 Comments

Color spaces of #d1eaac

RGB 209234172
HSL0.230.600.80
HSV84°26°92°
CMYK 0.110.000.26   0.08
XYZ63.163775.379550.2503
Yxy75.37950.33460.3993
Hunter Lab86.8214-22.076326.4592
CIE-Lab89.5705-18.717127.4607

#d1eaac color RGB value is (209,234,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11101010 10101100
Octal 321 352 254
Decimal 209 234 172
Hex D1 EA AC

RGB Percentages of Color #d1eaac

%33.98
%38.05
%27.97

CMYK Percentages of Color #d1eaac

%11
%0
%26
%8

Triadic Colors of #d1eaac

#d1eaac #acd1ea #eaacd1

Analogous Colors of #d1eaac

#d1eaac #b2eaac #eae4ac

Monochromatic Colors of #d1eaac

#d1eaac

Complementary Color

#d1eaac #c5acea

#d1eaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1eaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1eaac Color CSS Codes

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

#d1eaac Text Font Color

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

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


#d1eaac Background Color

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

This div background color is #d1eaac


#d1eaac Border Color

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

This div border color is #d1eaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1eaac


Comments

No comments written yet.

Please login to write comment.