Color Hex Logo

#eab954 Color Hex

#EAB954
(234,185,84)
0 Favorites   0 Comments

Color spaces of #eab954

RGB 23418584
HSL0.110.780.62
HSV40°64°92°
CMYK 0.000.210.64   0.08
XYZ52.880952.830415.7977
Yxy52.83040.43520.4348
Hunter Lab72.68452.668037.9927
CIE-Lab77.77487.033556.5874

#eab954 color RGB value is (234,185,84).

#eab954 hex color red value is 234, green value is 185 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #eab954 hue: 0.11 , saturation: 0.78 and the lightness value of eab954 is 0.62.

The process color (four color CMYK) of #eab954 color hex is 0.00, 0.21, 0.64, 0.08. Web safe color of #eab954 is #ffcc66. Color #eab954 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111001 01010100
Octal 352 271 124
Decimal 234 185 84
Hex EA B9 54

RGB Percentages of Color #eab954

%46.52
%36.78
%16.70

CMYK Percentages of Color #eab954

%0
%21
%64
%8

Triadic Colors of #eab954

#eab954 #54eab9 #b954ea

Analogous Colors of #eab954

#eab954 #d0ea54 #ea6e54

Monochromatic Colors of #eab954

#eab954

Complementary Color

#eab954 #5485ea

#eab954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab954 Color CSS Codes

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

#eab954 Text Font Color

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

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


#eab954 Background Color

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

This div background color is #eab954


#eab954 Border Color

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

This div border color is #eab954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab954


Comments

No comments written yet.

Please login to write comment.