Color Hex Logo

#eaeb5e Color Hex

#EAEB5E
(234,235,94)
0 Favorites   0 Comments

Color spaces of #eaeb5e

RGB 23423594
HSL0.170.780.65
HSV60°60°92°
CMYK 0.000.000.60   0.08
XYZ65.660477.717222.1299
Yxy77.71720.39670.4696
Hunter Lab88.1574-21.327046.8267
CIE-Lab90.6507-17.698566.2907

#eaeb5e color RGB value is (234,235,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101011 01011110
Octal 352 353 136
Decimal 234 235 94
Hex EA EB 5E

RGB Percentages of Color #eaeb5e

%41.56
%41.74
%16.70

CMYK Percentages of Color #eaeb5e

%0
%0
%60
%8

Triadic Colors of #eaeb5e

#eaeb5e #5eeaeb #eb5eea

Analogous Colors of #eaeb5e

#eaeb5e #a4eb5e #eba65e

Monochromatic Colors of #eaeb5e

#eaeb5e

Complementary Color

#eaeb5e #5f5eeb

#eaeb5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaeb5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaeb5e Color CSS Codes

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

#eaeb5e Text Font Color

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

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


#eaeb5e Background Color

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

This div background color is #eaeb5e


#eaeb5e Border Color

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

This div border color is #eaeb5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaeb5e


Comments

No comments written yet.

Please login to write comment.