Color Hex Logo

#eafd79 Color Hex

#EAFD79
(234,253,121)
0 Favorites   0 Comments

Color spaces of #eafd79

RGB 234253121
HSL0.190.970.73
HSV69°52°99°
CMYK 0.080.000.52   0.01
XYZ72.508289.123531.4701
Yxy89.12350.37550.4615
Hunter Lab94.4052-28.111846.3193
CIE-Lab95.6320-24.309260.2351

#eafd79 color RGB value is (234,253,121).

#eafd79 hex color red value is 234, green value is 253 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #eafd79 hue: 0.19 , saturation: 0.97 and the lightness value of eafd79 is 0.73.

The process color (four color CMYK) of #eafd79 color hex is 0.08, 0.00, 0.52, 0.01. Web safe color of #eafd79 is #ffff66. Color #eafd79 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111101 01111001
Octal 352 375 171
Decimal 234 253 121
Hex EA FD 79

RGB Percentages of Color #eafd79

%38.49
%41.61
%19.90

CMYK Percentages of Color #eafd79

%8
%0
%52
%1

Triadic Colors of #eafd79

#eafd79 #79eafd #fd79ea

Analogous Colors of #eafd79

#eafd79 #a8fd79 #fdce79

Monochromatic Colors of #eafd79

#eafd79

Complementary Color

#eafd79 #8c79fd

#eafd79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafd79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafd79 Color CSS Codes

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

#eafd79 Text Font Color

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

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


#eafd79 Background Color

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

This div background color is #eafd79


#eafd79 Border Color

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

This div border color is #eafd79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafd79

Related Colors


Comments

No comments written yet.

Please login to write comment.