Color Hex Logo

#eafb57 Color Hex

#EAFB57
(234,251,87)
0 Favorites   0 Comments

Color spaces of #eafb57

RGB 23425187
HSL0.180.950.66
HSV66°65°98°
CMYK 0.070.000.65   0.02
XYZ70.149287.174922.1460
Yxy87.17490.39090.4857
Hunter Lab93.3675-29.281951.2942
CIE-Lab94.8124-25.785873.4376

#eafb57 color RGB value is (234,251,87).

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

The process color (four color CMYK) of #eafb57 color hex is 0.07, 0.00, 0.65, 0.02. Web safe color of #eafb57 is #ffff66. Color #eafb57 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111011 01010111
Octal 352 373 127
Decimal 234 251 87
Hex EA FB 57

RGB Percentages of Color #eafb57

%40.91
%43.88
%15.21

CMYK Percentages of Color #eafb57

%7
%0
%65
%2

Triadic Colors of #eafb57

#eafb57 #57eafb #fb57ea

Analogous Colors of #eafb57

#eafb57 #98fb57 #fbba57

Monochromatic Colors of #eafb57

#eafb57

Complementary Color

#eafb57 #6857fb

#eafb57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafb57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafb57 Color CSS Codes

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

#eafb57 Text Font Color

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

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


#eafb57 Background Color

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

This div background color is #eafb57


#eafb57 Border Color

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

This div border color is #eafb57


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,251,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 #eafb57">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafb57


Comments

No comments written yet.

Please login to write comment.