Color Hex Logo

#eaf478 Color Hex

#EAF478
(234,244,120)
0 Favorites   0 Comments

Color spaces of #eaf478

RGB 234244120
HSL0.180.850.71
HSV65°51°96°
CMYK 0.040.000.51   0.04
XYZ69.672583.549930.2239
Yxy83.54990.37980.4554
Hunter Lab91.4056-23.901144.3793
CIE-Lab93.2547-20.097157.9053

#eaf478 color RGB value is (234,244,120).

#eaf478 hex color red value is 234, green value is 244 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #eaf478 hue: 0.18 , saturation: 0.85 and the lightness value of eaf478 is 0.71.

The process color (four color CMYK) of #eaf478 color hex is 0.04, 0.00, 0.51, 0.04. Web safe color of #eaf478 is #ffff66. Color #eaf478 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110100 01111000
Octal 352 364 170
Decimal 234 244 120
Hex EA F4 78

RGB Percentages of Color #eaf478

%39.13
%40.80
%20.07

CMYK Percentages of Color #eaf478

%4
%0
%51
%4

Triadic Colors of #eaf478

#eaf478 #78eaf4 #f478ea

Analogous Colors of #eaf478

#eaf478 #acf478 #f4c078

Monochromatic Colors of #eaf478

#eaf478

Complementary Color

#eaf478 #8278f4

#eaf478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf478 Color CSS Codes

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

#eaf478 Text Font Color

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

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


#eaf478 Background Color

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

This div background color is #eaf478


#eaf478 Border Color

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

This div border color is #eaf478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf478


Comments

No comments written yet.

Please login to write comment.