Color Hex Logo

#eab864 Color Hex

#EAB864
(234,184,100)
0 Favorites   0 Comments

Color spaces of #eab864

RGB 234184100
HSL0.100.760.65
HSV38°57°92°
CMYK 0.000.210.57   0.08
XYZ53.372452.693519.4144
Yxy52.69350.42530.4199
Hunter Lab72.59034.210134.9560
CIE-Lab77.69378.653148.9721

#eab864 color RGB value is (234,184,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111000 01100100
Octal 352 270 144
Decimal 234 184 100
Hex EA B8 64

RGB Percentages of Color #eab864

%45.17
%35.52
%19.31

CMYK Percentages of Color #eab864

%0
%21
%57
%8

Triadic Colors of #eab864

#eab864 #64eab8 #b864ea

Analogous Colors of #eab864

#eab864 #d9ea64 #ea7564

Monochromatic Colors of #eab864

#eab864

Complementary Color

#eab864 #6496ea

#eab864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab864 Color CSS Codes

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

#eab864 Text Font Color

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

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


#eab864 Background Color

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

This div background color is #eab864


#eab864 Border Color

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

This div border color is #eab864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab864


Comments

No comments written yet.

Please login to write comment.