Color Hex Logo

#eafe93 Color Hex

#EAFE93
(234,254,147)
0 Favorites   0 Comments

Color spaces of #eafe93

RGB 234254147
HSL0.200.980.79
HSV71°42°100°
CMYK 0.080.000.42   0.00
XYZ74.640090.482641.1347
Yxy90.48260.36190.4387
Hunter Lab95.1223-26.399840.9463
CIE-Lab96.1966-22.308548.8609

#eafe93 color RGB value is (234,254,147).

#eafe93 hex color red value is 234, green value is 254 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #eafe93 hue: 0.20 , saturation: 0.98 and the lightness value of eafe93 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111110 10010011
Octal 352 376 223
Decimal 234 254 147
Hex EA FE 93

RGB Percentages of Color #eafe93

%36.85
%40.00
%23.15

CMYK Percentages of Color #eafe93

%8
%0
%42
%0

Triadic Colors of #eafe93

#eafe93 #93eafe #fe93ea

Analogous Colors of #eafe93

#eafe93 #b5fe93 #fedd93

Monochromatic Colors of #eafe93

#eafe93

Complementary Color

#eafe93 #a793fe

#eafe93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafe93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafe93 Color CSS Codes

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

#eafe93 Text Font Color

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

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


#eafe93 Background Color

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

This div background color is #eafe93


#eafe93 Border Color

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

This div border color is #eafe93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafe93


Comments

No comments written yet.

Please login to write comment.