Color Hex Logo

#effea2 Color Hex

#EFFEA2
(239,254,162)
0 Favorites   0 Comments

Color spaces of #effea2

RGB 239254162
HSL0.190.980.82
HSV70°36°100°
CMYK 0.060.000.36   0.00
XYZ77.560091.843047.8220
Yxy91.84300.35700.4228
Hunter Lab95.8348-23.249037.4983
CIE-Lab96.7561-18.781442.3806

#effea2 color RGB value is (239,254,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 10100010
Octal 357 376 242
Decimal 239 254 162
Hex EF FE A2

RGB Percentages of Color #effea2

%36.49
%38.78
%24.73

CMYK Percentages of Color #effea2

%6
%0
%36
%0

Triadic Colors of #effea2

#effea2 #a2effe #fea2ef

Analogous Colors of #effea2

#effea2 #c1fea2 #fedfa2

Monochromatic Colors of #effea2

#effea2

Complementary Color

#effea2 #b1a2fe

#effea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effea2 Color CSS Codes

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

#effea2 Text Font Color

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

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


#effea2 Background Color

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

This div background color is #effea2


#effea2 Border Color

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

This div border color is #effea2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effea2

Related Colors


Comments

No comments written yet.

Please login to write comment.