Color Hex Logo

#eae531 Color Hex

#EAE531
(234,229,49)
0 Favorites   0 Comments

Color spaces of #eae531

RGB 23422949
HSL0.160.810.55
HSV58°79°92°
CMYK 0.000.020.79   0.08
XYZ62.505473.752813.8471
Yxy73.75280.41640.4913
Hunter Lab85.8795-20.371950.5558
CIE-Lab88.8055-16.941180.1227

#eae531 color RGB value is (234,229,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100101 00110001
Octal 352 345 61
Decimal 234 229 49
Hex EA E5 31

RGB Percentages of Color #eae531

%45.70
%44.73
%9.57

CMYK Percentages of Color #eae531

%0
%2
%79
%8

Triadic Colors of #eae531

#eae531 #31eae5 #e531ea

Analogous Colors of #eae531

#eae531 #93ea31 #ea8931

Monochromatic Colors of #eae531

#eae531

Complementary Color

#eae531 #3136ea

#eae531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae531 Color CSS Codes

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

#eae531 Text Font Color

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

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


#eae531 Background Color

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

This div background color is #eae531


#eae531 Border Color

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

This div border color is #eae531


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae531


Comments

No comments written yet.

Please login to write comment.