Color Hex Logo

#eacc73 Color Hex

#EACC73
(234,204,115)
0 Favorites   0 Comments

Color spaces of #eacc73

RGB 234204115
HSL0.120.740.68
HSV45°51°92°
CMYK 0.000.130.51   0.08
XYZ58.619161.916025.0811
Yxy61.91600.40260.4252
Hunter Lab78.6867-4.724936.1822
CIE-Lab82.8687-0.556447.8628

#eacc73 color RGB value is (234,204,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001100 01110011
Octal 352 314 163
Decimal 234 204 115
Hex EA CC 73

RGB Percentages of Color #eacc73

%42.31
%36.89
%20.80

CMYK Percentages of Color #eacc73

%0
%13
%51
%8

Triadic Colors of #eacc73

#eacc73 #73eacc #cc73ea

Analogous Colors of #eacc73

#eacc73 #cdea73 #ea9173

Monochromatic Colors of #eacc73

#eacc73

Complementary Color

#eacc73 #7391ea

#eacc73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacc73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacc73 Color CSS Codes

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

#eacc73 Text Font Color

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

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


#eacc73 Background Color

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

This div background color is #eacc73


#eacc73 Border Color

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

This div border color is #eacc73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacc73


Comments

No comments written yet.

Please login to write comment.