Color Hex Logo

#eac472 Color Hex

#EAC472
(234,196,114)
0 Favorites   0 Comments

Color spaces of #eac472

RGB 234196114
HSL0.110.740.68
HSV41°51°92°
CMYK 0.000.160.51   0.08
XYZ56.708958.187224.1620
Yxy58.18720.40780.4184
Hunter Lab76.2805-0.789534.6162
CIE-Lab80.84283.502145.8860

#eac472 color RGB value is (234,196,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000100 01110010
Octal 352 304 162
Decimal 234 196 114
Hex EA C4 72

RGB Percentages of Color #eac472

%43.01
%36.03
%20.96

CMYK Percentages of Color #eac472

%0
%16
%51
%8

Triadic Colors of #eac472

#eac472 #72eac4 #c472ea

Analogous Colors of #eac472

#eac472 #d4ea72 #ea8872

Monochromatic Colors of #eac472

#eac472

Complementary Color

#eac472 #7298ea

#eac472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac472 Color CSS Codes

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

#eac472 Text Font Color

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

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


#eac472 Background Color

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

This div background color is #eac472


#eac472 Border Color

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

This div border color is #eac472


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,196,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 #eac472">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac472


Comments

No comments written yet.

Please login to write comment.