Color Hex Logo

#eafd6d Color Hex

#EAFD6D
(234,253,109)
0 Favorites   0 Comments

Color spaces of #eafd6d

RGB 234253109
HSL0.190.970.71
HSV68°57°99°
CMYK 0.080.000.57   0.01
XYZ71.817388.847127.8320
Yxy88.84710.38100.4713
Hunter Lab94.2587-28.950748.4744
CIE-Lab95.5165-25.267065.3416

#eafd6d color RGB value is (234,253,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111101 01101101
Octal 352 375 155
Decimal 234 253 109
Hex EA FD 6D

RGB Percentages of Color #eafd6d

%39.26
%42.45
%18.29

CMYK Percentages of Color #eafd6d

%8
%0
%57
%1

Triadic Colors of #eafd6d

#eafd6d #6deafd #fd6dea

Analogous Colors of #eafd6d

#eafd6d #a2fd6d #fdc86d

Monochromatic Colors of #eafd6d

#eafd6d

Complementary Color

#eafd6d #806dfd

#eafd6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafd6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafd6d Color CSS Codes

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

#eafd6d Text Font Color

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

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


#eafd6d Background Color

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

This div background color is #eafd6d


#eafd6d Border Color

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

This div border color is #eafd6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafd6d


Comments

No comments written yet.

Please login to write comment.