Color Hex Logo

#9fefae Color Hex

#9FEFAE
(159,239,174)
0 Favorites   0 Comments

Color spaces of #9fefae

RGB 159239174
HSL0.360.710.78
HSV131°33°94°
CMYK 0.330.000.27   0.06
XYZ52.804672.159951.1896
Yxy72.15990.29980.4096
Hunter Lab84.9470-37.698423.7344
CIE-Lab88.0455-37.434823.8744

#9fefae color RGB value is (159,239,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101111 10101110
Octal 237 357 256
Decimal 159 239 174
Hex 9F EF AE

RGB Percentages of Color #9fefae

%27.80
%41.78
%30.42

CMYK Percentages of Color #9fefae

%33
%0
%27
%6

Triadic Colors of #9fefae

#9fefae #ae9fef #efae9f

Analogous Colors of #9fefae

#9fefae #9fefd6 #b8ef9f

Monochromatic Colors of #9fefae

#9fefae

Complementary Color

#9fefae #ef9fe0

#9fefae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fefae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fefae Color CSS Codes

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

#9fefae Text Font Color

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

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


#9fefae Background Color

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

This div background color is #9fefae


#9fefae Border Color

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

This div border color is #9fefae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fefae


Comments

No comments written yet.

Please login to write comment.