Color Hex Logo

#eaef95 Color Hex

#EAEF95
(234,239,149)
0 Favorites   0 Comments

Color spaces of #eaef95

RGB 234239149
HSL0.180.740.76
HSV63°38°94°
CMYK 0.020.000.38   0.06
XYZ70.223081.395440.4435
Yxy81.39540.36560.4238
Hunter Lab90.2194-18.947036.5751
CIE-Lab92.3074-14.829742.9697

#eaef95 color RGB value is (234,239,149).

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

The process color (four color CMYK) of #eaef95 color hex is 0.02, 0.00, 0.38, 0.06. Web safe color of #eaef95 is #ffff99. Color #eaef95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101111 10010101
Octal 352 357 225
Decimal 234 239 149
Hex EA EF 95

RGB Percentages of Color #eaef95

%37.62
%38.42
%23.95

CMYK Percentages of Color #eaef95

%2
%0
%38
%6

Triadic Colors of #eaef95

#eaef95 #95eaef #ef95ea

Analogous Colors of #eaef95

#eaef95 #bdef95 #efc795

Monochromatic Colors of #eaef95

#eaef95

Complementary Color

#eaef95 #9a95ef

#eaef95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaef95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaef95 Color CSS Codes

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

#eaef95 Text Font Color

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

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


#eaef95 Background Color

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

This div background color is #eaef95


#eaef95 Border Color

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

This div border color is #eaef95


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,239,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 #eaef95">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaef95


Comments

No comments written yet.

Please login to write comment.