Color Hex Logo

#eff29d Color Hex

#EFF29D
(239,242,157)
0 Favorites   0 Comments

Color spaces of #eff29d

RGB 239242157
HSL0.170.770.78
HSV62°35°95°
CMYK 0.010.000.35   0.05
XYZ73.434584.289344.2973
Yxy84.28930.36350.4172
Hunter Lab91.8092-17.891135.6594
CIE-Lab93.5760-13.509840.7284

#eff29d color RGB value is (239,242,157).

#eff29d hex color red value is 239, green value is 242 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #eff29d hue: 0.17 , saturation: 0.77 and the lightness value of eff29d is 0.78.

The process color (four color CMYK) of #eff29d color hex is 0.01, 0.00, 0.35, 0.05. Web safe color of #eff29d is #ffff99. Color #eff29d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110010 10011101
Octal 357 362 235
Decimal 239 242 157
Hex EF F2 9D

RGB Percentages of Color #eff29d

%37.46
%37.93
%24.61

CMYK Percentages of Color #eff29d

%1
%0
%35
%5

Triadic Colors of #eff29d

#eff29d #9deff2 #f29def

Analogous Colors of #eff29d

#eff29d #c5f29d #f2cb9d

Monochromatic Colors of #eff29d

#eff29d

Complementary Color

#eff29d #a09df2

#eff29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff29d Color CSS Codes

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

#eff29d Text Font Color

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

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


#eff29d Background Color

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

This div background color is #eff29d


#eff29d Border Color

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

This div border color is #eff29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff29d


Comments

No comments written yet.

Please login to write comment.