Color Hex Logo

#eaf14f Color Hex

#EAF14F
(234,241,79)
0 Favorites   0 Comments

Color spaces of #eaf14f

RGB 23424179
HSL0.170.850.63
HSV63°67°95°
CMYK 0.030.000.67   0.05
XYZ66.798380.967519.5048
Yxy80.96750.39930.4841
Hunter Lab89.9819-24.958550.1355
CIE-Lab92.1172-21.481073.6658

#eaf14f color RGB value is (234,241,79).

#eaf14f hex color red value is 234, green value is 241 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #eaf14f hue: 0.17 , saturation: 0.85 and the lightness value of eaf14f is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110001 01001111
Octal 352 361 117
Decimal 234 241 79
Hex EA F1 4F

RGB Percentages of Color #eaf14f

%42.24
%43.50
%14.26

CMYK Percentages of Color #eaf14f

%3
%0
%67
%5

Triadic Colors of #eaf14f

#eaf14f #4feaf1 #f14fea

Analogous Colors of #eaf14f

#eaf14f #99f14f #f1a74f

Monochromatic Colors of #eaf14f

#eaf14f

Complementary Color

#eaf14f #564ff1

#eaf14f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf14f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf14f Color CSS Codes

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

#eaf14f Text Font Color

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

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


#eaf14f Background Color

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

This div background color is #eaf14f


#eaf14f Border Color

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

This div border color is #eaf14f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf14f


Comments

No comments written yet.

Please login to write comment.