Color Hex Logo

#eaf995 Color Hex

#EAF995
(234,249,149)
0 Favorites   0 Comments

Color spaces of #eaf995

RGB 234249149
HSL0.190.890.78
HSV69°40°98°
CMYK 0.060.000.40   0.02
XYZ73.232287.413741.4466
Yxy87.41370.36240.4325
Hunter Lab93.4953-23.802839.1634
CIE-Lab94.9135-19.696746.2842

#eaf995 color RGB value is (234,249,149).

#eaf995 hex color red value is 234, green value is 249 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #eaf995 hue: 0.19 , saturation: 0.89 and the lightness value of eaf995 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111001 10010101
Octal 352 371 225
Decimal 234 249 149
Hex EA F9 95

RGB Percentages of Color #eaf995

%37.03
%39.40
%23.58

CMYK Percentages of Color #eaf995

%6
%0
%40
%2

Triadic Colors of #eaf995

#eaf995 #95eaf9 #f995ea

Analogous Colors of #eaf995

#eaf995 #b8f995 #f9d695

Monochromatic Colors of #eaf995

#eaf995

Complementary Color

#eaf995 #a495f9

#eaf995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf995 Color CSS Codes

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

#eaf995 Text Font Color

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

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


#eaf995 Background Color

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

This div background color is #eaf995


#eaf995 Border Color

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

This div border color is #eaf995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf995


Comments

No comments written yet.

Please login to write comment.