Color Hex Logo

#eac82b Color Hex

#EAC82B
(234,200,43)
0 Favorites   0 Comments

Color spaces of #eac82b

RGB 23420043
HSL0.140.820.54
HSV49°82°92°
CMYK 0.000.150.82   0.08
XYZ55.022058.975410.7689
Yxy58.97540.44100.4727
Hunter Lab76.7954-6.501345.4427
CIE-Lab81.2781-2.590075.2296

#eac82b color RGB value is (234,200,43).

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

The process color (four color CMYK) of #eac82b color hex is 0.00, 0.15, 0.82, 0.08. Web safe color of #eac82b is #ffcc33. Color #eac82b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001000 00101011
Octal 352 310 53
Decimal 234 200 43
Hex EA C8 2B

RGB Percentages of Color #eac82b

%49.06
%41.93
%9.01

CMYK Percentages of Color #eac82b

%0
%15
%82
%8

Triadic Colors of #eac82b

#eac82b #2beac8 #c82bea

Analogous Colors of #eac82b

#eac82b #adea2b #ea692b

Monochromatic Colors of #eac82b

#eac82b

Complementary Color

#eac82b #2b4dea

#eac82b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac82b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac82b Color CSS Codes

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

#eac82b Text Font Color

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

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


#eac82b Background Color

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

This div background color is #eac82b


#eac82b Border Color

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

This div border color is #eac82b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac82b


Comments

No comments written yet.

Please login to write comment.