Color Hex Logo

#eab257 Color Hex

#EAB257
(234,178,87)
0 Favorites   0 Comments

Color spaces of #eab257

RGB 23417887
HSL0.100.780.63
HSV37°63°92°
CMYK 0.000.240.63   0.08
XYZ51.572450.021315.9537
Yxy50.02130.43870.4255
Hunter Lab70.72576.390136.1339
CIE-Lab76.082310.908253.3247

#eab257 color RGB value is (234,178,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 01010111
Octal 352 262 127
Decimal 234 178 87
Hex EA B2 57

RGB Percentages of Color #eab257

%46.89
%35.67
%17.43

CMYK Percentages of Color #eab257

%0
%24
%63
%8

Triadic Colors of #eab257

#eab257 #57eab2 #b257ea

Analogous Colors of #eab257

#eab257 #d9ea57 #ea6957

Monochromatic Colors of #eab257

#eab257

Complementary Color

#eab257 #578fea

#eab257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab257 Color CSS Codes

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

#eab257 Text Font Color

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

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


#eab257 Background Color

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

This div background color is #eab257


#eab257 Border Color

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

This div border color is #eab257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab257


Comments

No comments written yet.

Please login to write comment.