Color Hex Logo

#effea1 Color Hex

#EFFEA1
(239,254,161)
0 Favorites   0 Comments

Color spaces of #effea1

RGB 239254161
HSL0.190.980.81
HSV70°37°100°
CMYK 0.060.000.37   0.00
XYZ77.471491.807647.3557
Yxy91.80760.35760.4238
Hunter Lab95.8163-23.353937.7682
CIE-Lab96.7416-18.897042.8513

#effea1 color RGB value is (239,254,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 10100001
Octal 357 376 241
Decimal 239 254 161
Hex EF FE A1

RGB Percentages of Color #effea1

%36.54
%38.84
%24.62

CMYK Percentages of Color #effea1

%6
%0
%37
%0

Triadic Colors of #effea1

#effea1 #a1effe #fea1ef

Analogous Colors of #effea1

#effea1 #c1fea1 #fedfa1

Monochromatic Colors of #effea1

#effea1

Complementary Color

#effea1 #b0a1fe

#effea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effea1 Color CSS Codes

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

#effea1 Text Font Color

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

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


#effea1 Background Color

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

This div background color is #effea1


#effea1 Border Color

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

This div border color is #effea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effea1


Comments

No comments written yet.

Please login to write comment.