Color Hex Logo

#9fcbaa Color Hex

#9FCBAA
(159,203,170)
0 Favorites   0 Comments

Color spaces of #9fcbaa

RGB 159203170
HSL0.380.300.71
HSV135°22°80°
CMYK 0.220.000.16   0.20
XYZ42.909752.985145.9958
Yxy52.98510.30240.3734
Hunter Lab72.7909-22.159513.4889
CIE-Lab77.8662-21.027711.7721

#9fcbaa color RGB value is (159,203,170).

#9fcbaa hex color red value is 159, green value is 203 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9fcbaa hue: 0.38 , saturation: 0.30 and the lightness value of 9fcbaa is 0.71.

The process color (four color CMYK) of #9fcbaa color hex is 0.22, 0.00, 0.16, 0.20. Web safe color of #9fcbaa is #99cc99. Color #9fcbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001011 10101010
Octal 237 313 252
Decimal 159 203 170
Hex 9F CB AA

RGB Percentages of Color #9fcbaa

%29.89
%38.16
%31.95

CMYK Percentages of Color #9fcbaa

%22
%0
%16
%20

Triadic Colors of #9fcbaa

#9fcbaa #aa9fcb #cbaa9f

Analogous Colors of #9fcbaa

#9fcbaa #9fcbc0 #aacb9f

Monochromatic Colors of #9fcbaa

#9fcbaa

Complementary Color

#9fcbaa #cb9fc0

#9fcbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fcbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fcbaa Color CSS Codes

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

#9fcbaa Text Font Color

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

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


#9fcbaa Background Color

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

This div background color is #9fcbaa


#9fcbaa Border Color

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

This div border color is #9fcbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fcbaa


Comments

No comments written yet.

Please login to write comment.