Color Hex Logo

#eadbaa Color Hex

#EADBAA
(234,219,170)
0 Favorites   0 Comments

Color spaces of #eadbaa

RGB 234219170
HSL0.130.600.79
HSV46°27°92°
CMYK 0.000.060.27   0.08
XYZ66.518971.057748.2398
Yxy71.05770.35800.3824
Hunter Lab84.2957-6.660825.0772
CIE-Lab87.5130-2.256026.0028

#eadbaa color RGB value is (234,219,170).

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

The process color (four color CMYK) of #eadbaa color hex is 0.00, 0.06, 0.27, 0.08. Web safe color of #eadbaa is #ffcc99. Color #eadbaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011011 10101010
Octal 352 333 252
Decimal 234 219 170
Hex EA DB AA

RGB Percentages of Color #eadbaa

%37.56
%35.15
%27.29

CMYK Percentages of Color #eadbaa

%0
%6
%27
%8

Triadic Colors of #eadbaa

#eadbaa #aaeadb #dbaaea

Analogous Colors of #eadbaa

#eadbaa #d9eaaa #eabbaa

Monochromatic Colors of #eadbaa

#eadbaa

Complementary Color

#eadbaa #aab9ea

#eadbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadbaa Color CSS Codes

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

#eadbaa Text Font Color

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

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


#eadbaa Background Color

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

This div background color is #eadbaa


#eadbaa Border Color

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

This div border color is #eadbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadbaa


Comments

No comments written yet.

Please login to write comment.