Color Hex Logo

#eaf976 Color Hex

#EAF976
(234,249,118)
0 Favorites   0 Comments

Color spaces of #eaf976

RGB 234249118
HSL0.190.920.72
HSV67°53°98°
CMYK 0.060.000.53   0.02
XYZ71.077486.551830.0995
Yxy86.55180.37860.4610
Hunter Lab93.0332-26.434145.9409
CIE-Lab94.5478-22.660960.3140

#eaf976 color RGB value is (234,249,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111001 01110110
Octal 352 371 166
Decimal 234 249 118
Hex EA F9 76

RGB Percentages of Color #eaf976

%38.94
%41.43
%19.63

CMYK Percentages of Color #eaf976

%6
%0
%53
%2

Triadic Colors of #eaf976

#eaf976 #76eaf9 #f976ea

Analogous Colors of #eaf976

#eaf976 #a9f976 #f9c776

Monochromatic Colors of #eaf976

#eaf976

Complementary Color

#eaf976 #8576f9

#eaf976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf976 Color CSS Codes

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

#eaf976 Text Font Color

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

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


#eaf976 Background Color

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

This div background color is #eaf976


#eaf976 Border Color

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

This div border color is #eaf976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf976


Comments

No comments written yet.

Please login to write comment.