Color Hex Logo

#eaf290 Color Hex

#EAF290
(234,242,144)
0 Favorites   0 Comments

Color spaces of #eaf290

RGB 234242144
HSL0.180.790.76
HSV65°40°95°
CMYK 0.030.000.40   0.05
XYZ70.717983.010338.6809
Yxy83.01030.36750.4314
Hunter Lab91.1100-20.894138.6053
CIE-Lab93.0189-16.837546.3162

#eaf290 color RGB value is (234,242,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110010 10010000
Octal 352 362 220
Decimal 234 242 144
Hex EA F2 90

RGB Percentages of Color #eaf290

%37.74
%39.03
%23.23

CMYK Percentages of Color #eaf290

%3
%0
%40
%5

Triadic Colors of #eaf290

#eaf290 #90eaf2 #f290ea

Analogous Colors of #eaf290

#eaf290 #b9f290 #f2c990

Monochromatic Colors of #eaf290

#eaf290

Complementary Color

#eaf290 #9890f2

#eaf290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf290 Color CSS Codes

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

#eaf290 Text Font Color

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

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


#eaf290 Background Color

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

This div background color is #eaf290


#eaf290 Border Color

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

This div border color is #eaf290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf290

Related Colors


Comments

No comments written yet.

Please login to write comment.