Color Hex Logo

#eafe9d Color Hex

#EAFE9D
(234,254,157)
0 Favorites   0 Comments

Color spaces of #eafe9d

RGB 234254157
HSL0.200.980.81
HSV72°38°100°
CMYK 0.080.000.38   0.00
XYZ75.459390.810445.4493
Yxy90.81040.35640.4289
Hunter Lab95.2945-25.419538.4287
CIE-Lab96.3319-21.210144.2063

#eafe9d color RGB value is (234,254,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111110 10011101
Octal 352 376 235
Decimal 234 254 157
Hex EA FE 9D

RGB Percentages of Color #eafe9d

%36.28
%39.38
%24.34

CMYK Percentages of Color #eafe9d

%8
%0
%38
%0

Triadic Colors of #eafe9d

#eafe9d #9deafe #fe9dea

Analogous Colors of #eafe9d

#eafe9d #bafe9d #fee29d

Monochromatic Colors of #eafe9d

#eafe9d

Complementary Color

#eafe9d #b19dfe

#eafe9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafe9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafe9d Color CSS Codes

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

#eafe9d Text Font Color

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

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


#eafe9d Background Color

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

This div background color is #eafe9d


#eafe9d Border Color

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

This div border color is #eafe9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafe9d

Related Colors


Comments

No comments written yet.

Please login to write comment.