Color Hex Logo

#eac57b Color Hex

#EAC57B
(234,197,123)
0 Favorites   0 Comments

Color spaces of #eac57b

RGB 234197123
HSL0.110.730.70
HSV40°47°92°
CMYK 0.000.160.47   0.08
XYZ57.473158.855027.0699
Yxy58.85500.40080.4104
Hunter Lab76.7170-0.530232.7812
CIE-Lab81.21183.793741.8477

#eac57b color RGB value is (234,197,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000101 01111011
Octal 352 305 173
Decimal 234 197 123
Hex EA C5 7B

RGB Percentages of Color #eac57b

%42.24
%35.56
%22.20

CMYK Percentages of Color #eac57b

%0
%16
%47
%8

Triadic Colors of #eac57b

#eac57b #7beac5 #c57bea

Analogous Colors of #eac57b

#eac57b #d8ea7b #ea8e7b

Monochromatic Colors of #eac57b

#eac57b

Complementary Color

#eac57b #7ba0ea

#eac57b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac57b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac57b Color CSS Codes

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

#eac57b Text Font Color

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

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


#eac57b Background Color

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

This div background color is #eac57b


#eac57b Border Color

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

This div border color is #eac57b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,197,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 #eac57b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac57b


Comments

No comments written yet.

Please login to write comment.