Color Hex Logo

#eaee7f Color Hex

#EAEE7F
(234,238,127)
0 Favorites   0 Comments

Color spaces of #eaee7f

RGB 234238127
HSL0.170.770.72
HSV62°47°93°
CMYK 0.020.000.47   0.07
XYZ68.337080.173831.9520
Yxy80.17380.37870.4443
Hunter Lab89.5398-20.463141.5204
CIE-Lab91.7628-16.565852.8925

#eaee7f color RGB value is (234,238,127).

#eaee7f hex color red value is 234, green value is 238 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #eaee7f hue: 0.17 , saturation: 0.77 and the lightness value of eaee7f is 0.72.

The process color (four color CMYK) of #eaee7f color hex is 0.02, 0.00, 0.47, 0.07. Web safe color of #eaee7f is #ffff66. Color #eaee7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101110 01111111
Octal 352 356 177
Decimal 234 238 127
Hex EA EE 7F

RGB Percentages of Color #eaee7f

%39.07
%39.73
%21.20

CMYK Percentages of Color #eaee7f

%2
%0
%47
%7

Triadic Colors of #eaee7f

#eaee7f #7feaee #ee7fea

Analogous Colors of #eaee7f

#eaee7f #b3ee7f #eebb7f

Monochromatic Colors of #eaee7f

#eaee7f

Complementary Color

#eaee7f #837fee

#eaee7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaee7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaee7f Color CSS Codes

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

#eaee7f Text Font Color

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

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


#eaee7f Background Color

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

This div background color is #eaee7f


#eaee7f Border Color

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

This div border color is #eaee7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaee7f


Comments

No comments written yet.

Please login to write comment.