Color Hex Logo

#effe81 Color Hex

#EFFE81
(239,254,129)
1 Favorites   0 Comments

Color spaces of #effe81

RGB 239254129
HSL0.190.980.75
HSV67°49°100°
CMYK 0.060.000.49   0.00
XYZ75.000990.819334.3458
Yxy90.81930.37470.4537
Hunter Lab95.2992-26.293245.3413
CIE-Lab96.3356-22.165457.5372

#effe81 color RGB value is (239,254,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 10000001
Octal 357 376 201
Decimal 239 254 129
Hex EF FE 81

RGB Percentages of Color #effe81

%38.42
%40.84
%20.74

CMYK Percentages of Color #effe81

%6
%0
%49
%0

Triadic Colors of #effe81

#effe81 #81effe #fe81ef

Analogous Colors of #effe81

#effe81 #b1fe81 #fecf81

Monochromatic Colors of #effe81

#effe81

Complementary Color

#effe81 #9081fe

#effe81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effe81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effe81 Color CSS Codes

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

#effe81 Text Font Color

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

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


#effe81 Background Color

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

This div background color is #effe81


#effe81 Border Color

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

This div border color is #effe81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effe81

Related Colors


Comments

No comments written yet.

Please login to write comment.