Color Hex Logo

#eacc13 Color Hex

#EACC13
(234,204,19)
0 Favorites   0 Comments

Color spaces of #eacc13

RGB 23420419
HSL0.140.850.50
HSV52°92°92°
CMYK 0.000.130.92   0.08
XYZ55.642160.72529.4046
Yxy60.72520.44240.4828
Hunter Lab77.9264-8.916047.3930
CIE-Lab82.2308-5.137080.9557

#eacc13 color RGB value is (234,204,19).

#eacc13 hex color red value is 234, green value is 204 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #eacc13 hue: 0.14 , saturation: 0.85 and the lightness value of eacc13 is 0.50.

The process color (four color CMYK) of #eacc13 color hex is 0.00, 0.13, 0.92, 0.08. Web safe color of #eacc13 is #ffcc00. Color #eacc13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001100 00010011
Octal 352 314 23
Decimal 234 204 19
Hex EA CC 13

RGB Percentages of Color #eacc13

%51.20
%44.64
%4.16

CMYK Percentages of Color #eacc13

%0
%13
%92
%8

Triadic Colors of #eacc13

#eacc13 #13eacc #cc13ea

Analogous Colors of #eacc13

#eacc13 #9dea13 #ea6113

Monochromatic Colors of #eacc13

#eacc13

Complementary Color

#eacc13 #1331ea

#eacc13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacc13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacc13 Color CSS Codes

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

#eacc13 Text Font Color

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

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


#eacc13 Background Color

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

This div background color is #eacc13


#eacc13 Border Color

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

This div border color is #eacc13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacc13


Comments

No comments written yet.

Please login to write comment.