Color Hex Logo

#eae61b Color Hex

#EAE61B
(234,230,27)
0 Favorites   0 Comments

Color spaces of #eae61b

RGB 23423027
HSL0.160.830.51
HSV59°88°92°
CMYK 0.000.020.88   0.08
XYZ62.426374.165212.0620
Yxy74.16520.41990.4989
Hunter Lab86.1192-21.317151.9792
CIE-Lab89.0005-17.965084.9811

#eae61b color RGB value is (234,230,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100110 00011011
Octal 352 346 33
Decimal 234 230 27
Hex EA E6 1B

RGB Percentages of Color #eae61b

%47.66
%46.84
%5.50

CMYK Percentages of Color #eae61b

%0
%2
%88
%8

Triadic Colors of #eae61b

#eae61b #1beae6 #e61bea

Analogous Colors of #eae61b

#eae61b #87ea1b #ea7f1b

Monochromatic Colors of #eae61b

#eae61b

Complementary Color

#eae61b #1b1fea

#eae61b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae61b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae61b Color CSS Codes

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

#eae61b Text Font Color

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

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


#eae61b Background Color

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

This div background color is #eae61b


#eae61b Border Color

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

This div border color is #eae61b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,230,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 #eae61b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae61b


Comments

No comments written yet.

Please login to write comment.