Color Hex Logo

#eadc9b Color Hex

#EADC9B
(234,220,155)
0 Favorites   0 Comments

Color spaces of #eadc9b

RGB 234220155
HSL0.140.650.76
HSV49°34°92°
CMYK 0.000.060.34   0.08
XYZ65.441371.045441.2744
Yxy71.04540.36810.3997
Hunter Lab84.2884-8.917929.9687
CIE-Lab87.5071-4.640533.7155

#eadc9b color RGB value is (234,220,155).

#eadc9b hex color red value is 234, green value is 220 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #eadc9b hue: 0.14 , saturation: 0.65 and the lightness value of eadc9b is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011100 10011011
Octal 352 334 233
Decimal 234 220 155
Hex EA DC 9B

RGB Percentages of Color #eadc9b

%38.42
%36.12
%25.45

CMYK Percentages of Color #eadc9b

%0
%6
%34
%8

Triadic Colors of #eadc9b

#eadc9b #9beadc #dc9bea

Analogous Colors of #eadc9b

#eadc9b #d1ea9b #eab59b

Monochromatic Colors of #eadc9b

#eadc9b

Complementary Color

#eadc9b #9ba9ea

#eadc9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadc9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadc9b Color CSS Codes

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

#eadc9b Text Font Color

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

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


#eadc9b Background Color

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

This div background color is #eadc9b


#eadc9b Border Color

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

This div border color is #eadc9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadc9b


Comments

No comments written yet.

Please login to write comment.