Color Hex Logo

#eaf991 Color Hex

#EAF991
(234,249,145)
0 Favorites   0 Comments

Color spaces of #eaf991

RGB 234249145
HSL0.190.900.77
HSV69°42°98°
CMYK 0.060.000.42   0.02
XYZ72.918287.288139.7932
Yxy87.28810.36460.4364
Hunter Lab93.4281-24.184640.1467
CIE-Lab94.8604-20.123748.1462

#eaf991 color RGB value is (234,249,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111001 10010001
Octal 352 371 221
Decimal 234 249 145
Hex EA F9 91

RGB Percentages of Color #eaf991

%37.26
%39.65
%23.09

CMYK Percentages of Color #eaf991

%6
%0
%42
%2

Triadic Colors of #eaf991

#eaf991 #91eaf9 #f991ea

Analogous Colors of #eaf991

#eaf991 #b6f991 #f9d491

Monochromatic Colors of #eaf991

#eaf991

Complementary Color

#eaf991 #a091f9

#eaf991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf991 Color CSS Codes

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

#eaf991 Text Font Color

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

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


#eaf991 Background Color

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

This div background color is #eaf991


#eaf991 Border Color

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

This div border color is #eaf991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf991

Related Colors


Comments

No comments written yet.

Please login to write comment.