Color Hex Logo

#effa81 Color Hex

#EFFA81
(239,250,129)
0 Favorites   0 Comments

Color spaces of #effa81

RGB 239250129
HSL0.180.920.74
HSV65°48°98°
CMYK 0.040.000.48   0.02
XYZ73.744788.306933.9271
Yxy88.30690.37630.4506
Hunter Lab93.9718-24.372044.3745
CIE-Lab95.2900-20.252756.2900

#effa81 color RGB value is (239,250,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 10000001
Octal 357 372 201
Decimal 239 250 129
Hex EF FA 81

RGB Percentages of Color #effa81

%38.67
%40.45
%20.87

CMYK Percentages of Color #effa81

%4
%0
%48
%2

Triadic Colors of #effa81

#effa81 #81effa #fa81ef

Analogous Colors of #effa81

#effa81 #b3fa81 #fac981

Monochromatic Colors of #effa81

#effa81

Complementary Color

#effa81 #8c81fa

#effa81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effa81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effa81 Color CSS Codes

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

#effa81 Text Font Color

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

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


#effa81 Background Color

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

This div background color is #effa81


#effa81 Border Color

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

This div border color is #effa81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effa81

Related Colors


Comments

No comments written yet.

Please login to write comment.