Color Hex Logo

#eaab58 Color Hex

#EAAB58
(234,171,88)
0 Favorites   0 Comments

Color spaces of #eaab58

RGB 23417188
HSL0.090.780.63
HSV34°62°92°
CMYK 0.000.270.62   0.08
XYZ50.256047.322815.7180
Yxy47.32280.44360.4177
Hunter Lab68.791610.018834.6071
CIE-Lab74.395814.678050.9386

#eaab58 color RGB value is (234,171,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101011 01011000
Octal 352 253 130
Decimal 234 171 88
Hex EA AB 58

RGB Percentages of Color #eaab58

%47.46
%34.69
%17.85

CMYK Percentages of Color #eaab58

%0
%27
%62
%8

Triadic Colors of #eaab58

#eaab58 #58eaab #ab58ea

Analogous Colors of #eaab58

#eaab58 #e0ea58 #ea6258

Monochromatic Colors of #eaab58

#eaab58

Complementary Color

#eaab58 #5897ea

#eaab58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaab58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaab58 Color CSS Codes

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

#eaab58 Text Font Color

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

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


#eaab58 Background Color

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

This div background color is #eaab58


#eaab58 Border Color

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

This div border color is #eaab58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaab58


Comments

No comments written yet.

Please login to write comment.