Color Hex Logo

#eaf977 Color Hex

#EAF977
(234,249,119)
0 Favorites   0 Comments

Color spaces of #eaf977

RGB 234249119
HSL0.190.920.72
HSV67°52°98°
CMYK 0.060.000.52   0.02
XYZ71.137186.575730.4142
Yxy86.57570.37810.4602
Hunter Lab93.0461-26.360945.7520
CIE-Lab94.5580-22.577759.8791

#eaf977 color RGB value is (234,249,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111001 01110111
Octal 352 371 167
Decimal 234 249 119
Hex EA F9 77

RGB Percentages of Color #eaf977

%38.87
%41.36
%19.77

CMYK Percentages of Color #eaf977

%6
%0
%52
%2

Triadic Colors of #eaf977

#eaf977 #77eaf9 #f977ea

Analogous Colors of #eaf977

#eaf977 #a9f977 #f9c777

Monochromatic Colors of #eaf977

#eaf977

Complementary Color

#eaf977 #8677f9

#eaf977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf977 Color CSS Codes

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

#eaf977 Text Font Color

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

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


#eaf977 Background Color

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

This div background color is #eaf977


#eaf977 Border Color

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

This div border color is #eaf977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf977


Comments

No comments written yet.

Please login to write comment.