Color Hex Logo

#eae51b Color Hex

#EAE51B
(234,229,27)
0 Favorites   0 Comments

Color spaces of #eae51b

RGB 23422927
HSL0.160.830.51
HSV59°88°92°
CMYK 0.000.020.88   0.08
XYZ62.148873.610211.9695
Yxy73.61020.42070.4983
Hunter Lab85.7964-20.842751.7859
CIE-Lab88.7379-17.478284.7746

#eae51b color RGB value is (234,229,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100101 00011011
Octal 352 345 33
Decimal 234 229 27
Hex EA E5 1B

RGB Percentages of Color #eae51b

%47.76
%46.73
%5.51

CMYK Percentages of Color #eae51b

%0
%2
%88
%8

Triadic Colors of #eae51b

#eae51b #1beae5 #e51bea

Analogous Colors of #eae51b

#eae51b #88ea1b #ea7e1b

Monochromatic Colors of #eae51b

#eae51b

Complementary Color

#eae51b #1b20ea

#eae51b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae51b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae51b Color CSS Codes

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

#eae51b Text Font Color

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

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


#eae51b Background Color

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

This div background color is #eae51b


#eae51b Border Color

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

This div border color is #eae51b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae51b


Comments

No comments written yet.

Please login to write comment.