Color Hex Logo

#9fe166 Color Hex

#9FE166
(159,225,102)
0 Favorites   0 Comments

Color spaces of #9fe166

RGB 159225102
HSL0.260.670.64
HSV92°55°88°
CMYK 0.290.000.55   0.12
XYZ43.621662.180722.2733
Yxy62.18070.34060.4855
Hunter Lab78.8547-39.251538.4513
CIE-Lab83.0094-41.087252.8626

#9fe166 color RGB value is (159,225,102).

#9fe166 hex color red value is 159, green value is 225 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #9fe166 hue: 0.26 , saturation: 0.67 and the lightness value of 9fe166 is 0.64.

The process color (four color CMYK) of #9fe166 color hex is 0.29, 0.00, 0.55, 0.12. Web safe color of #9fe166 is #99cc66. Color #9fe166 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11100001 01100110
Octal 237 341 146
Decimal 159 225 102
Hex 9F E1 66

RGB Percentages of Color #9fe166

%32.72
%46.30
%20.99

CMYK Percentages of Color #9fe166

%29
%0
%55
%12

Triadic Colors of #9fe166

#9fe166 #669fe1 #e1669f

Analogous Colors of #9fe166

#9fe166 #66e16b #dde166

Monochromatic Colors of #9fe166

#9fe166

Complementary Color

#9fe166 #a866e1

#9fe166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fe166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fe166 Color CSS Codes

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

#9fe166 Text Font Color

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

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


#9fe166 Background Color

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

This div background color is #9fe166


#9fe166 Border Color

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

This div border color is #9fe166


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,225,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9fe166; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9fe166;
  -webkit-box-shadow: 1px 1px 3px 2px #9fe166;
  box-shadow:         1px 1px 3px 2px #9fe166; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,225,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fe166


Comments

No comments written yet.

Please login to write comment.