Color Hex Logo

#9bc2aa Color Hex

#9BC2AA
(155,194,170)
0 Favorites   0 Comments

Color spaces of #9bc2aa

RGB 155194170
HSL0.400.240.68
HSV143°20°76°
CMYK 0.200.000.12   0.24
XYZ40.065148.454445.2712
Yxy48.45440.29950.3622
Hunter Lab69.6092-19.076510.1665
CIE-Lab75.1106-17.82077.8134

#9bc2aa color RGB value is (155,194,170).

#9bc2aa hex color red value is 155, green value is 194 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9bc2aa hue: 0.40 , saturation: 0.24 and the lightness value of 9bc2aa is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11000010 10101010
Octal 233 302 252
Decimal 155 194 170
Hex 9B C2 AA

RGB Percentages of Color #9bc2aa

%29.87
%37.38
%32.76

CMYK Percentages of Color #9bc2aa

%20
%0
%12
%24

Triadic Colors of #9bc2aa

#9bc2aa #aa9bc2 #c2aa9b

Analogous Colors of #9bc2aa

#9bc2aa #9bc2be #a0c29b

Monochromatic Colors of #9bc2aa

#9bc2aa

Complementary Color

#9bc2aa #c29bb3

#9bc2aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bc2aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bc2aa Color CSS Codes

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

#9bc2aa Text Font Color

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

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


#9bc2aa Background Color

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

This div background color is #9bc2aa


#9bc2aa Border Color

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

This div border color is #9bc2aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,194,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 #9bc2aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bc2aa


Comments

No comments written yet.

Please login to write comment.