Color Hex Logo

#eaf94d Color Hex

#EAF94D
(234,249,77)
0 Favorites   0 Comments

Color spaces of #eaf94d

RGB 23424977
HSL0.180.930.64
HSV65°69°98°
CMYK 0.060.000.69   0.02
XYZ69.146985.779619.9339
Yxy85.77960.39540.4906
Hunter Lab92.6173-28.814452.0712
CIE-Lab94.2180-25.386176.4671

#eaf94d color RGB value is (234,249,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111001 01001101
Octal 352 371 115
Decimal 234 249 77
Hex EA F9 4D

RGB Percentages of Color #eaf94d

%41.79
%44.46
%13.75

CMYK Percentages of Color #eaf94d

%6
%0
%69
%2

Triadic Colors of #eaf94d

#eaf94d #4deaf9 #f94dea

Analogous Colors of #eaf94d

#eaf94d #94f94d #f9b24d

Monochromatic Colors of #eaf94d

#eaf94d

Complementary Color

#eaf94d #5c4df9

#eaf94d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf94d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf94d Color CSS Codes

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

#eaf94d Text Font Color

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

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


#eaf94d Background Color

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

This div background color is #eaf94d


#eaf94d Border Color

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

This div border color is #eaf94d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf94d


Comments

No comments written yet.

Please login to write comment.