Color Hex Logo

#d4eaab Color Hex

#D4EAAB
(212,234,171)
0 Favorites   0 Comments

Color spaces of #d4eaab

RGB 212234171
HSL0.220.600.79
HSV81°27°92°
CMYK 0.090.000.27   0.08
XYZ63.924975.783049.7865
Yxy75.78300.33730.3999
Hunter Lab87.0534-21.267727.0290
CIE-Lab89.7585-17.781828.2619

#d4eaab color RGB value is (212,234,171).

#d4eaab hex color red value is 212, green value is 234 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d4eaab hue: 0.22 , saturation: 0.60 and the lightness value of d4eaab is 0.79.

The process color (four color CMYK) of #d4eaab color hex is 0.09, 0.00, 0.27, 0.08. Web safe color of #d4eaab is #ccff99. Color #d4eaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101010 10101011
Octal 324 352 253
Decimal 212 234 171
Hex D4 EA AB

RGB Percentages of Color #d4eaab

%34.36
%37.93
%27.71

CMYK Percentages of Color #d4eaab

%9
%0
%27
%8

Triadic Colors of #d4eaab

#d4eaab #abd4ea #eaabd4

Analogous Colors of #d4eaab

#d4eaab #b5eaab #eae1ab

Monochromatic Colors of #d4eaab

#d4eaab

Complementary Color

#d4eaab #c1abea

#d4eaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4eaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4eaab Color CSS Codes

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

#d4eaab Text Font Color

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

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


#d4eaab Background Color

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

This div background color is #d4eaab


#d4eaab Border Color

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

This div border color is #d4eaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4eaab


Comments

No comments written yet.

Please login to write comment.