Color Hex Logo

#eaca7b Color Hex

#EACA7B
(234,202,123)
0 Favorites   0 Comments

Color spaces of #eaca7b

RGB 234202123
HSL0.120.730.70
HSV43°47°92°
CMYK 0.000.140.47   0.08
XYZ58.627461.163527.4546
Yxy61.16350.39820.4154
Hunter Lab78.2071-3.051233.9312
CIE-Lab82.46661.197243.4181

#eaca7b color RGB value is (234,202,123).

#eaca7b hex color red value is 234, green value is 202 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #eaca7b hue: 0.12 , saturation: 0.73 and the lightness value of eaca7b is 0.70.

The process color (four color CMYK) of #eaca7b color hex is 0.00, 0.14, 0.47, 0.08. Web safe color of #eaca7b is #ffcc66. Color #eaca7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001010 01111011
Octal 352 312 173
Decimal 234 202 123
Hex EA CA 7B

RGB Percentages of Color #eaca7b

%41.86
%36.14
%22.00

CMYK Percentages of Color #eaca7b

%0
%14
%47
%8

Triadic Colors of #eaca7b

#eaca7b #7beaca #ca7bea

Analogous Colors of #eaca7b

#eaca7b #d3ea7b #ea937b

Monochromatic Colors of #eaca7b

#eaca7b

Complementary Color

#eaca7b #7b9bea

#eaca7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaca7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaca7b Color CSS Codes

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

#eaca7b Text Font Color

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

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


#eaca7b Background Color

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

This div background color is #eaca7b


#eaca7b Border Color

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

This div border color is #eaca7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaca7b


Comments

No comments written yet.

Please login to write comment.