Color Hex Logo

#eaf16d Color Hex

#EAF16D
(234,241,109)
0 Favorites   0 Comments

Color spaces of #eaf16d

RGB 234241109
HSL0.180.830.69
HSV63°55°95°
CMYK 0.030.000.55   0.05
XYZ68.147381.507126.6087
Yxy81.50710.38660.4624
Hunter Lab90.2813-23.254545.7223
CIE-Lab92.3569-19.541461.7816

#eaf16d color RGB value is (234,241,109).

#eaf16d hex color red value is 234, green value is 241 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #eaf16d hue: 0.18 , saturation: 0.83 and the lightness value of eaf16d is 0.69.

The process color (four color CMYK) of #eaf16d color hex is 0.03, 0.00, 0.55, 0.05. Web safe color of #eaf16d is #ffff66. Color #eaf16d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110001 01101101
Octal 352 361 155
Decimal 234 241 109
Hex EA F1 6D

RGB Percentages of Color #eaf16d

%40.07
%41.27
%18.66

CMYK Percentages of Color #eaf16d

%3
%0
%55
%5

Triadic Colors of #eaf16d

#eaf16d #6deaf1 #f16dea

Analogous Colors of #eaf16d

#eaf16d #a8f16d #f1b66d

Monochromatic Colors of #eaf16d

#eaf16d

Complementary Color

#eaf16d #746df1

#eaf16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf16d Color CSS Codes

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

#eaf16d Text Font Color

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

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


#eaf16d Background Color

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

This div background color is #eaf16d


#eaf16d Border Color

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

This div border color is #eaf16d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,241,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 #eaf16d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf16d


Comments

No comments written yet.

Please login to write comment.