Color Hex Logo

#eff0a1 Color Hex

#EFF0A1
(239,240,161)
0 Favorites   0 Comments

Color spaces of #eff0a1

RGB 239240161
HSL0.170.720.79
HSV61°33°94°
CMYK 0.000.000.33   0.06
XYZ73.189783.244145.9284
Yxy83.24410.36170.4114
Hunter Lab91.2382-16.477334.0208
CIE-Lab93.1212-12.059938.1472

#eff0a1 color RGB value is (239,240,161).

#eff0a1 hex color red value is 239, green value is 240 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #eff0a1 hue: 0.17 , saturation: 0.72 and the lightness value of eff0a1 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110000 10100001
Octal 357 360 241
Decimal 239 240 161
Hex EF F0 A1

RGB Percentages of Color #eff0a1

%37.34
%37.50
%25.16

CMYK Percentages of Color #eff0a1

%0
%0
%33
%6

Triadic Colors of #eff0a1

#eff0a1 #a1eff0 #f0a1ef

Analogous Colors of #eff0a1

#eff0a1 #c8f0a1 #f0caa1

Monochromatic Colors of #eff0a1

#eff0a1

Complementary Color

#eff0a1 #a2a1f0

#eff0a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff0a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff0a1 Color CSS Codes

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

#eff0a1 Text Font Color

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

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


#eff0a1 Background Color

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

This div background color is #eff0a1


#eff0a1 Border Color

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

This div border color is #eff0a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff0a1


Comments

No comments written yet.

Please login to write comment.