Color Hex Logo

#eaab57 Color Hex

#EAAB57
(234,171,87)
0 Favorites   0 Comments

Color spaces of #eaab57

RGB 23417187
HSL0.100.780.63
HSV34°63°92°
CMYK 0.000.270.63   0.08
XYZ50.214947.306415.5013
Yxy47.30640.44430.4186
Hunter Lab68.77969.955634.7832
CIE-Lab74.385314.612851.4050

#eaab57 color RGB value is (234,171,87).

#eaab57 hex color red value is 234, green value is 171 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #eaab57 hue: 0.10 , saturation: 0.78 and the lightness value of eaab57 is 0.63.

The process color (four color CMYK) of #eaab57 color hex is 0.00, 0.27, 0.63, 0.08. Web safe color of #eaab57 is #ff9966. Color #eaab57 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101011 01010111
Octal 352 253 127
Decimal 234 171 87
Hex EA AB 57

RGB Percentages of Color #eaab57

%47.56
%34.76
%17.68

CMYK Percentages of Color #eaab57

%0
%27
%63
%8

Triadic Colors of #eaab57

#eaab57 #57eaab #ab57ea

Analogous Colors of #eaab57

#eaab57 #e0ea57 #ea6157

Monochromatic Colors of #eaab57

#eaab57

Complementary Color

#eaab57 #5796ea

#eaab57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaab57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaab57 Color CSS Codes

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

#eaab57 Text Font Color

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

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


#eaab57 Background Color

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

This div background color is #eaab57


#eaab57 Border Color

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

This div border color is #eaab57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaab57


Comments

No comments written yet.

Please login to write comment.