Color Hex Logo

#effe84 Color Hex

#EFFE84
(239,254,132)
0 Favorites   0 Comments

Color spaces of #effe84

RGB 239254132
HSL0.190.980.76
HSV67°48°100°
CMYK 0.060.000.48   0.00
XYZ75.203390.900335.4117
Yxy90.90030.37320.4511
Hunter Lab95.3416-26.051244.7177
CIE-Lab96.3690-21.894056.2007

#effe84 color RGB value is (239,254,132).

#effe84 hex color red value is 239, green value is 254 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #effe84 hue: 0.19 , saturation: 0.98 and the lightness value of effe84 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 10000100
Octal 357 376 204
Decimal 239 254 132
Hex EF FE 84

RGB Percentages of Color #effe84

%38.24
%40.64
%21.12

CMYK Percentages of Color #effe84

%6
%0
%48
%0

Triadic Colors of #effe84

#effe84 #84effe #fe84ef

Analogous Colors of #effe84

#effe84 #b2fe84 #fed084

Monochromatic Colors of #effe84

#effe84

Complementary Color

#effe84 #9384fe

#effe84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effe84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effe84 Color CSS Codes

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

#effe84 Text Font Color

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

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


#effe84 Background Color

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

This div background color is #effe84


#effe84 Border Color

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

This div border color is #effe84


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,254,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 #effe84">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effe84

Related Colors


Comments

No comments written yet.

Please login to write comment.