Color Hex Logo

#eaf94c Color Hex

#EAF94C
(234,249,76)
0 Favorites   0 Comments

Color spaces of #eaf94c

RGB 23424976
HSL0.180.940.64
HSV65°69°98°
CMYK 0.060.000.69   0.02
XYZ69.111985.765619.7493
Yxy85.76560.39580.4911
Hunter Lab92.6097-28.857752.1830
CIE-Lab94.2120-25.436276.8084

#eaf94c color RGB value is (234,249,76).

#eaf94c hex color red value is 234, green value is 249 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #eaf94c hue: 0.18 , saturation: 0.94 and the lightness value of eaf94c is 0.64.

The process color (four color CMYK) of #eaf94c color hex is 0.06, 0.00, 0.69, 0.02. Web safe color of #eaf94c is #ffff33. Color #eaf94c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111001 01001100
Octal 352 371 114
Decimal 234 249 76
Hex EA F9 4C

RGB Percentages of Color #eaf94c

%41.86
%44.54
%13.60

CMYK Percentages of Color #eaf94c

%6
%0
%69
%2

Triadic Colors of #eaf94c

#eaf94c #4ceaf9 #f94cea

Analogous Colors of #eaf94c

#eaf94c #94f94c #f9b24c

Monochromatic Colors of #eaf94c

#eaf94c

Complementary Color

#eaf94c #5b4cf9

#eaf94c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf94c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf94c Color CSS Codes

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

#eaf94c Text Font Color

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

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


#eaf94c Background Color

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

This div background color is #eaf94c


#eaf94c Border Color

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

This div border color is #eaf94c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf94c


Comments

No comments written yet.

Please login to write comment.