Color Hex Logo

#eaf492 Color Hex

#EAF492
(234,244,146)
0 Favorites   0 Comments

Color spaces of #eaf492

RGB 234244146
HSL0.180.820.76
HSV66°40°96°
CMYK 0.040.000.40   0.04
XYZ71.470784.269139.6928
Yxy84.26910.36570.4312
Hunter Lab91.7982-21.673338.6222
CIE-Lab93.5673-17.598946.0370

#eaf492 color RGB value is (234,244,146).

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

The process color (four color CMYK) of #eaf492 color hex is 0.04, 0.00, 0.40, 0.04. Web safe color of #eaf492 is #ffff99. Color #eaf492 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110100 10010010
Octal 352 364 222
Decimal 234 244 146
Hex EA F4 92

RGB Percentages of Color #eaf492

%37.50
%39.10
%23.40

CMYK Percentages of Color #eaf492

%4
%0
%40
%4

Triadic Colors of #eaf492

#eaf492 #92eaf4 #f492ea

Analogous Colors of #eaf492

#eaf492 #b9f492 #f4cd92

Monochromatic Colors of #eaf492

#eaf492

Complementary Color

#eaf492 #9c92f4

#eaf492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf492 Color CSS Codes

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

#eaf492 Text Font Color

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

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


#eaf492 Background Color

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

This div background color is #eaf492


#eaf492 Border Color

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

This div border color is #eaf492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf492


Comments

No comments written yet.

Please login to write comment.