Color Hex Logo

#eaee95 Color Hex

#EAEE95
(234,238,149)
0 Favorites   0 Comments

Color spaces of #eaee95

RGB 234238149
HSL0.170.720.76
HSV63°37°93°
CMYK 0.020.000.37   0.07
XYZ69.931080.811440.3462
Yxy80.81140.36600.4229
Hunter Lab89.8952-18.458336.3164
CIE-Lab92.0477-14.337942.6374

#eaee95 color RGB value is (234,238,149).

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

The process color (four color CMYK) of #eaee95 color hex is 0.02, 0.00, 0.37, 0.07. Web safe color of #eaee95 is #ffff99. Color #eaee95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101110 10010101
Octal 352 356 225
Decimal 234 238 149
Hex EA EE 95

RGB Percentages of Color #eaee95

%37.68
%38.33
%23.99

CMYK Percentages of Color #eaee95

%2
%0
%37
%7

Triadic Colors of #eaee95

#eaee95 #95eaee #ee95ea

Analogous Colors of #eaee95

#eaee95 #beee95 #eec695

Monochromatic Colors of #eaee95

#eaee95

Complementary Color

#eaee95 #9995ee

#eaee95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaee95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaee95 Color CSS Codes

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

#eaee95 Text Font Color

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

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


#eaee95 Background Color

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

This div background color is #eaee95


#eaee95 Border Color

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

This div border color is #eaee95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaee95


Comments

No comments written yet.

Please login to write comment.