Color Hex Logo

#d4eaba Color Hex

#D4EABA
(212,234,186)
0 Favorites   0 Comments

Color spaces of #d4eaba

RGB 212234186
HSL0.240.530.82
HSV88°21°92°
CMYK 0.090.000.21   0.08
XYZ65.437176.387957.7498
Yxy76.38790.32790.3828
Hunter Lab87.4002-19.306122.0042
CIE-Lab90.0391-15.564020.9336

#d4eaba color RGB value is (212,234,186).

#d4eaba hex color red value is 212, green value is 234 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d4eaba hue: 0.24 , saturation: 0.53 and the lightness value of d4eaba is 0.82.

The process color (four color CMYK) of #d4eaba color hex is 0.09, 0.00, 0.21, 0.08. Web safe color of #d4eaba is #ccffcc. Color #d4eaba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101010 10111010
Octal 324 352 272
Decimal 212 234 186
Hex D4 EA BA

RGB Percentages of Color #d4eaba

%33.54
%37.03
%29.43

CMYK Percentages of Color #d4eaba

%9
%0
%21
%8

Triadic Colors of #d4eaba

#d4eaba #bad4ea #eabad4

Analogous Colors of #d4eaba

#d4eaba #bceaba #eae8ba

Monochromatic Colors of #d4eaba

#d4eaba

Complementary Color

#d4eaba #d0baea

#d4eaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4eaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4eaba Color CSS Codes

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

#d4eaba Text Font Color

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

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


#d4eaba Background Color

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

This div background color is #d4eaba


#d4eaba Border Color

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

This div border color is #d4eaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4eaba


Comments

No comments written yet.

Please login to write comment.