Color Hex Logo

#eac80f Color Hex

#EAC80F
(234,200,15)
0 Favorites   0 Comments

Color spaces of #eac80f

RGB 23420015
HSL0.140.880.49
HSV51°94°92°
CMYK 0.000.150.94   0.08
XYZ54.672258.83558.9268
Yxy58.83550.44650.4805
Hunter Lab76.7043-7.003846.7929
CIE-Lab81.2011-3.143280.7037

#eac80f color RGB value is (234,200,15).

#eac80f hex color red value is 234, green value is 200 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #eac80f hue: 0.14 , saturation: 0.88 and the lightness value of eac80f is 0.49.

The process color (four color CMYK) of #eac80f color hex is 0.00, 0.15, 0.94, 0.08. Web safe color of #eac80f is #ffcc00. Color #eac80f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001000 00001111
Octal 352 310 17
Decimal 234 200 15
Hex EA C8 F

RGB Percentages of Color #eac80f

%52.12
%44.54
%3.34

CMYK Percentages of Color #eac80f

%0
%15
%94
%8

Triadic Colors of #eac80f

#eac80f #0feac8 #c80fea

Analogous Colors of #eac80f

#eac80f #9fea0f #ea5b0f

Monochromatic Colors of #eac80f

#eac80f

Complementary Color

#eac80f #0f31ea

#eac80f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac80f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac80f Color CSS Codes

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

#eac80f Text Font Color

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

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


#eac80f Background Color

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

This div background color is #eac80f


#eac80f Border Color

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

This div border color is #eac80f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac80f


Comments

No comments written yet.

Please login to write comment.