Color Hex Logo

#eacc5f Color Hex

#EACC5F
(234,204,95)
0 Favorites   0 Comments

Color spaces of #eacc5f

RGB 23420495
HSL0.130.770.65
HSV47°59°92°
CMYK 0.000.130.59   0.08
XYZ57.590161.504419.6627
Yxy61.50440.41500.4433
Hunter Lab78.4247-6.164340.0321
CIE-Lab82.6492-2.115057.0381

#eacc5f color RGB value is (234,204,95).

#eacc5f hex color red value is 234, green value is 204 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #eacc5f hue: 0.13 , saturation: 0.77 and the lightness value of eacc5f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001100 01011111
Octal 352 314 137
Decimal 234 204 95
Hex EA CC 5F

RGB Percentages of Color #eacc5f

%43.90
%38.27
%17.82

CMYK Percentages of Color #eacc5f

%0
%13
%59
%8

Triadic Colors of #eacc5f

#eacc5f #5feacc #cc5fea

Analogous Colors of #eacc5f

#eacc5f #c3ea5f #ea875f

Monochromatic Colors of #eacc5f

#eacc5f

Complementary Color

#eacc5f #5f7dea

#eacc5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacc5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacc5f Color CSS Codes

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

#eacc5f Text Font Color

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

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


#eacc5f Background Color

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

This div background color is #eacc5f


#eacc5f Border Color

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

This div border color is #eacc5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacc5f


Comments

No comments written yet.

Please login to write comment.