Color Hex Logo

#effa7a Color Hex

#EFFA7A
(239,250,122)
0 Favorites   0 Comments

Color spaces of #effa7a

RGB 239250122
HSL0.180.930.73
HSV65°51°98°
CMYK 0.040.000.51   0.02
XYZ73.295188.127131.5595
Yxy88.12710.37980.4567
Hunter Lab93.8760-24.916645.7810
CIE-Lab95.2144-20.862559.3901

#effa7a color RGB value is (239,250,122).

#effa7a hex color red value is 239, green value is 250 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #effa7a hue: 0.18 , saturation: 0.93 and the lightness value of effa7a is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 01111010
Octal 357 372 172
Decimal 239 250 122
Hex EF FA 7A

RGB Percentages of Color #effa7a

%39.12
%40.92
%19.97

CMYK Percentages of Color #effa7a

%4
%0
%51
%2

Triadic Colors of #effa7a

#effa7a #7aeffa #fa7aef

Analogous Colors of #effa7a

#effa7a #affa7a #fac57a

Monochromatic Colors of #effa7a

#effa7a

Complementary Color

#effa7a #857afa

#effa7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effa7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#effa7a Color CSS Codes

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

#effa7a Text Font Color

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

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


#effa7a Background Color

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

This div background color is #effa7a


#effa7a Border Color

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

This div border color is #effa7a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,250,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #effa7a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #effa7a;
  -webkit-box-shadow: 1px 1px 3px 2px #effa7a;
  box-shadow:         1px 1px 3px 2px #effa7a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,250,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effa7a

Related Colors


Comments

No comments written yet.

Please login to write comment.