Color Hex Logo

#eaf257 Color Hex

#EAF257
(234,242,87)
0 Favorites   0 Comments

Color spaces of #eaf257

RGB 23424287
HSL0.180.860.65
HSV63°64°95°
CMYK 0.030.000.64   0.05
XYZ67.404181.684821.2310
Yxy81.68480.39570.4796
Hunter Lab90.3796-25.041149.3380
CIE-Lab92.4356-21.513370.9822

#eaf257 color RGB value is (234,242,87).

#eaf257 hex color red value is 234, green value is 242 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #eaf257 hue: 0.18 , saturation: 0.86 and the lightness value of eaf257 is 0.65.

The process color (four color CMYK) of #eaf257 color hex is 0.03, 0.00, 0.64, 0.05. Web safe color of #eaf257 is #ffff66. Color #eaf257 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110010 01010111
Octal 352 362 127
Decimal 234 242 87
Hex EA F2 57

RGB Percentages of Color #eaf257

%41.56
%42.98
%15.45

CMYK Percentages of Color #eaf257

%3
%0
%64
%5

Triadic Colors of #eaf257

#eaf257 #57eaf2 #f257ea

Analogous Colors of #eaf257

#eaf257 #9df257 #f2ad57

Monochromatic Colors of #eaf257

#eaf257

Complementary Color

#eaf257 #5f57f2

#eaf257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf257 Color CSS Codes

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

#eaf257 Text Font Color

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

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


#eaf257 Background Color

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

This div background color is #eaf257


#eaf257 Border Color

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

This div border color is #eaf257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf257


Comments

No comments written yet.

Please login to write comment.