Color Hex Logo

#eab55f Color Hex

#EAB55F
(234,181,95)
0 Favorites   0 Comments

Color spaces of #eab55f

RGB 23418195
HSL0.100.770.65
HSV37°59°92°
CMYK 0.000.230.59   0.08
XYZ52.521151.366417.9730
Yxy51.36640.43100.4215
Hunter Lab71.67045.384335.3009
CIE-Lab76.90049.867450.4621

#eab55f color RGB value is (234,181,95).

#eab55f hex color red value is 234, green value is 181 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #eab55f hue: 0.10 , saturation: 0.77 and the lightness value of eab55f is 0.65.

The process color (four color CMYK) of #eab55f color hex is 0.00, 0.23, 0.59, 0.08. Web safe color of #eab55f is #ffcc66. Color #eab55f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110101 01011111
Octal 352 265 137
Decimal 234 181 95
Hex EA B5 5F

RGB Percentages of Color #eab55f

%45.88
%35.49
%18.63

CMYK Percentages of Color #eab55f

%0
%23
%59
%8

Triadic Colors of #eab55f

#eab55f #5feab5 #b55fea

Analogous Colors of #eab55f

#eab55f #daea5f #ea705f

Monochromatic Colors of #eab55f

#eab55f

Complementary Color

#eab55f #5f94ea

#eab55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab55f Color CSS Codes

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

#eab55f Text Font Color

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

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


#eab55f Background Color

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

This div background color is #eab55f


#eab55f Border Color

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

This div border color is #eab55f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab55f


Comments

No comments written yet.

Please login to write comment.