Color Hex Logo

#eadb8e Color Hex

#EADB8E
(234,219,142)
0 Favorites   0 Comments

Color spaces of #eadb8e

RGB 234219142
HSL0.140.690.74
HSV50°39°92°
CMYK 0.000.060.39   0.08
XYZ64.145770.108535.7426
Yxy70.10850.37730.4124
Hunter Lab83.7308-9.781133.3021
CIE-Lab87.0501-5.603739.7065

#eadb8e color RGB value is (234,219,142).

#eadb8e hex color red value is 234, green value is 219 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #eadb8e hue: 0.14 , saturation: 0.69 and the lightness value of eadb8e is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011011 10001110
Octal 352 333 216
Decimal 234 219 142
Hex EA DB 8E

RGB Percentages of Color #eadb8e

%39.33
%36.81
%23.87

CMYK Percentages of Color #eadb8e

%0
%6
%39
%8

Triadic Colors of #eadb8e

#eadb8e #8eeadb #db8eea

Analogous Colors of #eadb8e

#eadb8e #cbea8e #eaad8e

Monochromatic Colors of #eadb8e

#eadb8e

Complementary Color

#eadb8e #8e9dea

#eadb8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadb8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadb8e Color CSS Codes

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

#eadb8e Text Font Color

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

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


#eadb8e Background Color

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

This div background color is #eadb8e


#eadb8e Border Color

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

This div border color is #eadb8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadb8e


Comments

No comments written yet.

Please login to write comment.