Color Hex Logo

#efffab Color Hex

#EFFFAB
(239,255,171)
0 Favorites   0 Comments

Color spaces of #efffab

RGB 239255171
HSL0.201.000.84
HSV71°33°100°
CMYK 0.060.000.33   0.00
XYZ78.707392.811052.2941
Yxy92.81100.35170.4147
Hunter Lab96.3385-22.760135.2533
CIE-Lab97.1508-18.190438.4627

#efffab color RGB value is (239,255,171).

#efffab hex color red value is 239, green value is 255 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #efffab hue: 0.20 , saturation: 1.00 and the lightness value of efffab is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 10101011
Octal 357 377 253
Decimal 239 255 171
Hex EF FF AB

RGB Percentages of Color #efffab

%35.94
%38.35
%25.71

CMYK Percentages of Color #efffab

%6
%0
%33
%0

Triadic Colors of #efffab

#efffab #abefff #ffabef

Analogous Colors of #efffab

#efffab #c5ffab #ffe5ab

Monochromatic Colors of #efffab

#efffab

Complementary Color

#efffab #bbabff

#efffab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efffab Color Preview on White Background

Lorem ipsum dolor sit amet.

#efffab Color CSS Codes

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

#efffab Text Font Color

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

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


#efffab Background Color

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

This div background color is #efffab


#efffab Border Color

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

This div border color is #efffab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efffab


Comments

No comments written yet.

Please login to write comment.