Color Hex Logo

#eab972 Color Hex

#EAB972
(234,185,114)
0 Favorites   0 Comments

Color spaces of #eab972

RGB 234185114
HSL0.100.740.68
HSV36°51°92°
CMYK 0.000.210.51   0.08
XYZ54.317953.405323.3650
Yxy53.40530.41440.4074
Hunter Lab73.07894.786832.1989
CIE-Lab78.11379.264442.5270

#eab972 color RGB value is (234,185,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111001 01110010
Octal 352 271 162
Decimal 234 185 114
Hex EA B9 72

RGB Percentages of Color #eab972

%43.90
%34.71
%21.39

CMYK Percentages of Color #eab972

%0
%21
%51
%8

Triadic Colors of #eab972

#eab972 #72eab9 #b972ea

Analogous Colors of #eab972

#eab972 #dfea72 #ea7d72

Monochromatic Colors of #eab972

#eab972

Complementary Color

#eab972 #72a3ea

#eab972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab972 Color CSS Codes

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

#eab972 Text Font Color

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

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


#eab972 Background Color

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

This div background color is #eab972


#eab972 Border Color

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

This div border color is #eab972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab972


Comments

No comments written yet.

Please login to write comment.