Color Hex Logo

#eafa7c Color Hex

#EAFA7C
(234,250,124)
0 Favorites   0 Comments

Color spaces of #eafa7c

RGB 234250124
HSL0.190.930.73
HSV68°50°98°
CMYK 0.060.000.50   0.02
XYZ71.755487.318932.1411
Yxy87.31890.37530.4567
Hunter Lab93.4446-26.459245.0179
CIE-Lab94.8734-22.626057.9940

#eafa7c color RGB value is (234,250,124).

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

The process color (four color CMYK) of #eafa7c color hex is 0.06, 0.00, 0.50, 0.02. Web safe color of #eafa7c is #ffff66. Color #eafa7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111010 01111100
Octal 352 372 174
Decimal 234 250 124
Hex EA FA 7C

RGB Percentages of Color #eafa7c

%38.49
%41.12
%20.39

CMYK Percentages of Color #eafa7c

%6
%0
%50
%2

Triadic Colors of #eafa7c

#eafa7c #7ceafa #fa7cea

Analogous Colors of #eafa7c

#eafa7c #abfa7c #facb7c

Monochromatic Colors of #eafa7c

#eafa7c

Complementary Color

#eafa7c #8c7cfa

#eafa7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafa7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafa7c Color CSS Codes

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

#eafa7c Text Font Color

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

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


#eafa7c Background Color

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

This div background color is #eafa7c


#eafa7c Border Color

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

This div border color is #eafa7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafa7c


Comments

No comments written yet.

Please login to write comment.