Color Hex Logo

#effa84 Color Hex

#EFFA84
(239,250,132)
0 Favorites   0 Comments

Color spaces of #effa84

RGB 239250132
HSL0.180.920.75
HSV66°47°98°
CMYK 0.040.000.47   0.02
XYZ73.947188.387934.9929
Yxy88.38790.37470.4479
Hunter Lab94.0148-24.127343.7423
CIE-Lab95.3240-19.979454.9434

#effa84 color RGB value is (239,250,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 10000100
Octal 357 372 204
Decimal 239 250 132
Hex EF FA 84

RGB Percentages of Color #effa84

%38.49
%40.26
%21.26

CMYK Percentages of Color #effa84

%4
%0
%47
%2

Triadic Colors of #effa84

#effa84 #84effa #fa84ef

Analogous Colors of #effa84

#effa84 #b4fa84 #faca84

Monochromatic Colors of #effa84

#effa84

Complementary Color

#effa84 #8f84fa

#effa84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effa84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effa84 Color CSS Codes

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

#effa84 Text Font Color

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

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


#effa84 Background Color

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

This div background color is #effa84


#effa84 Border Color

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

This div border color is #effa84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effa84


Comments

No comments written yet.

Please login to write comment.