Color Hex Logo

#eab874 Color Hex

#EAB874
(234,184,116)
0 Favorites   0 Comments

Color spaces of #eab874

RGB 234184116
HSL0.100.740.69
HSV35°50°92°
CMYK 0.000.210.50   0.08
XYZ54.224653.034423.9017
Yxy53.03440.41340.4043
Hunter Lab72.82475.466231.5178
CIE-Lab77.89539.968041.2406

#eab874 color RGB value is (234,184,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111000 01110100
Octal 352 270 164
Decimal 234 184 116
Hex EA B8 74

RGB Percentages of Color #eab874

%43.82
%34.46
%21.72

CMYK Percentages of Color #eab874

%0
%21
%50
%8

Triadic Colors of #eab874

#eab874 #74eab8 #b874ea

Analogous Colors of #eab874

#eab874 #e1ea74 #ea7d74

Monochromatic Colors of #eab874

#eab874

Complementary Color

#eab874 #74a6ea

#eab874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab874 Color CSS Codes

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

#eab874 Text Font Color

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

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


#eab874 Background Color

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

This div background color is #eab874


#eab874 Border Color

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

This div border color is #eab874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab874

#eab874 Color Palettes


Comments

No comments written yet.

Please login to write comment.