Color Hex Logo

#9fefe1 Color Hex

#9FEFE1
(159,239,225)
0 Favorites   0 Comments

Color spaces of #9fefe1

RGB 159239225
HSL0.470.710.78
HSV170°33°94°
CMYK 0.330.000.06   0.06
XYZ58.755274.540282.5251
Yxy74.54020.27220.3454
Hunter Lab86.3367-29.61353.7632
CIE-Lab89.1772-27.4188-1.0099

#9fefe1 color RGB value is (159,239,225).

#9fefe1 hex color red value is 159, green value is 239 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #9fefe1 hue: 0.47 , saturation: 0.71 and the lightness value of 9fefe1 is 0.78.

The process color (four color CMYK) of #9fefe1 color hex is 0.33, 0.00, 0.06, 0.06. Web safe color of #9fefe1 is #99ffcc. Color #9fefe1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101111 11100001
Octal 237 357 341
Decimal 159 239 225
Hex 9F EF E1

RGB Percentages of Color #9fefe1

%25.52
%38.36
%36.12

CMYK Percentages of Color #9fefe1

%33
%0
%6
%6

Triadic Colors of #9fefe1

#9fefe1 #e19fef #efe19f

Analogous Colors of #9fefe1

#9fefe1 #9fd5ef #9fefb9

Monochromatic Colors of #9fefe1

#9fefe1

Complementary Color

#9fefe1 #ef9fad

#9fefe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fefe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fefe1 Color CSS Codes

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

#9fefe1 Text Font Color

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

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


#9fefe1 Background Color

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

This div background color is #9fefe1


#9fefe1 Border Color

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

This div border color is #9fefe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fefe1


Comments

No comments written yet.

Please login to write comment.