Color Hex Logo

#eae530 Color Hex

#EAE530
(234,229,48)
0 Favorites   0 Comments

Color spaces of #eae530

RGB 23422948
HSL0.160.820.55
HSV58°79°92°
CMYK 0.000.020.79   0.08
XYZ62.484573.744413.7371
Yxy73.74440.41670.4917
Hunter Lab85.8746-20.399450.6277
CIE-Lab88.8015-16.972480.3829

#eae530 color RGB value is (234,229,48).

#eae530 hex color red value is 234, green value is 229 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #eae530 hue: 0.16 , saturation: 0.82 and the lightness value of eae530 is 0.55.

The process color (four color CMYK) of #eae530 color hex is 0.00, 0.02, 0.79, 0.08. Web safe color of #eae530 is #ffcc33. Color #eae530 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100101 00110000
Octal 352 345 60
Decimal 234 229 48
Hex EA E5 30

RGB Percentages of Color #eae530

%45.79
%44.81
%9.39

CMYK Percentages of Color #eae530

%0
%2
%79
%8

Triadic Colors of #eae530

#eae530 #30eae5 #e530ea

Analogous Colors of #eae530

#eae530 #92ea30 #ea8830

Monochromatic Colors of #eae530

#eae530

Complementary Color

#eae530 #3035ea

#eae530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae530 Color CSS Codes

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

#eae530 Text Font Color

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

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


#eae530 Background Color

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

This div background color is #eae530


#eae530 Border Color

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

This div border color is #eae530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae530


Comments

No comments written yet.

Please login to write comment.