Color Hex Logo

#eafa8d Color Hex

#EAFA8D
(234,250,141)
0 Favorites   0 Comments

Color spaces of #eafa8d

RGB 234250141
HSL0.190.920.77
HSV69°44°98°
CMYK 0.060.000.44   0.02
XYZ72.925087.786738.3003
Yxy87.78670.36640.4411
Hunter Lab93.6946-25.034141.3497
CIE-Lab95.0711-21.017650.3205

#eafa8d color RGB value is (234,250,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111010 10001101
Octal 352 372 215
Decimal 234 250 141
Hex EA FA 8D

RGB Percentages of Color #eafa8d

%37.44
%40.00
%22.56

CMYK Percentages of Color #eafa8d

%6
%0
%44
%2

Triadic Colors of #eafa8d

#eafa8d #8deafa #fa8dea

Analogous Colors of #eafa8d

#eafa8d #b4fa8d #fad48d

Monochromatic Colors of #eafa8d

#eafa8d

Complementary Color

#eafa8d #9d8dfa

#eafa8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafa8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafa8d Color CSS Codes

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

#eafa8d Text Font Color

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

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


#eafa8d Background Color

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

This div background color is #eafa8d


#eafa8d Border Color

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

This div border color is #eafa8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafa8d


Comments

No comments written yet.

Please login to write comment.