Color Hex Logo

#eaeb7a Color Hex

#EAEB7A
(234,235,122)
0 Favorites   0 Comments

Color spaces of #eaeb7a

RGB 234235122
HSL0.170.740.70
HSV61°48°92°
CMYK 0.000.000.48   0.08
XYZ67.152978.314229.9892
Yxy78.31420.38270.4463
Hunter Lab88.4953-19.415641.8546
CIE-Lab90.9231-15.548654.2239

#eaeb7a color RGB value is (234,235,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101011 01111010
Octal 352 353 172
Decimal 234 235 122
Hex EA EB 7A

RGB Percentages of Color #eaeb7a

%39.59
%39.76
%20.64

CMYK Percentages of Color #eaeb7a

%0
%0
%48
%8

Triadic Colors of #eaeb7a

#eaeb7a #7aeaeb #eb7aea

Analogous Colors of #eaeb7a

#eaeb7a #b2eb7a #ebb47a

Monochromatic Colors of #eaeb7a

#eaeb7a

Complementary Color

#eaeb7a #7b7aeb

#eaeb7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaeb7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaeb7a Color CSS Codes

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

#eaeb7a Text Font Color

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

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


#eaeb7a Background Color

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

This div background color is #eaeb7a


#eaeb7a Border Color

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

This div border color is #eaeb7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaeb7a


Comments

No comments written yet.

Please login to write comment.