Color Hex Logo

#eaeb5b Color Hex

#EAEB5B
(234,235,91)
0 Favorites   0 Comments

Color spaces of #eaeb5b

RGB 23423591
HSL0.170.780.64
HSV60°61°92°
CMYK 0.000.000.61   0.08
XYZ65.528377.664421.4346
Yxy77.66440.39800.4718
Hunter Lab88.1274-21.496947.2685
CIE-Lab90.6265-17.891067.4937

#eaeb5b color RGB value is (234,235,91).

#eaeb5b hex color red value is 234, green value is 235 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #eaeb5b hue: 0.17 , saturation: 0.78 and the lightness value of eaeb5b is 0.64.

The process color (four color CMYK) of #eaeb5b color hex is 0.00, 0.00, 0.61, 0.08. Web safe color of #eaeb5b is #ffff66. Color #eaeb5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101011 01011011
Octal 352 353 133
Decimal 234 235 91
Hex EA EB 5B

RGB Percentages of Color #eaeb5b

%41.79
%41.96
%16.25

CMYK Percentages of Color #eaeb5b

%0
%0
%61
%8

Triadic Colors of #eaeb5b

#eaeb5b #5beaeb #eb5bea

Analogous Colors of #eaeb5b

#eaeb5b #a2eb5b #eba45b

Monochromatic Colors of #eaeb5b

#eaeb5b

Complementary Color

#eaeb5b #5c5beb

#eaeb5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaeb5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaeb5b Color CSS Codes

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

#eaeb5b Text Font Color

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

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


#eaeb5b Background Color

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

This div background color is #eaeb5b


#eaeb5b Border Color

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

This div border color is #eaeb5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaeb5b


Comments

No comments written yet.

Please login to write comment.