Color Hex Logo

#eaea3b Color Hex

#EAEA3B
(234,234,59)
0 Favorites   0 Comments

Color spaces of #eaea3b

RGB 23423459
HSL0.170.810.57
HSV60°75°92°
CMYK 0.000.000.75   0.08
XYZ64.143976.653815.5526
Yxy76.65380.41030.4903
Hunter Lab87.5522-22.440750.7543
CIE-Lab90.1620-19.021578.4911

#eaea3b color RGB value is (234,234,59).

#eaea3b hex color red value is 234, green value is 234 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #eaea3b hue: 0.17 , saturation: 0.81 and the lightness value of eaea3b is 0.57.

The process color (four color CMYK) of #eaea3b color hex is 0.00, 0.00, 0.75, 0.08. Web safe color of #eaea3b is #ffff33. Color #eaea3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101010 00111011
Octal 352 352 73
Decimal 234 234 59
Hex EA EA 3B

RGB Percentages of Color #eaea3b

%44.40
%44.40
%11.20

CMYK Percentages of Color #eaea3b

%0
%0
%75
%8

Triadic Colors of #eaea3b

#eaea3b #3beaea #ea3bea

Analogous Colors of #eaea3b

#eaea3b #93ea3b #ea933b

Monochromatic Colors of #eaea3b

#eaea3b

Complementary Color

#eaea3b #3b3bea

#eaea3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaea3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaea3b Color CSS Codes

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

#eaea3b Text Font Color

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

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


#eaea3b Background Color

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

This div background color is #eaea3b


#eaea3b Border Color

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

This div border color is #eaea3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaea3b


Comments

No comments written yet.

Please login to write comment.