Color Hex Logo

#9cc7ba Color Hex

#9CC7BA
(156,199,186)
0 Favorites   0 Comments

Color spaces of #9cc7ba

RGB 156199186
HSL0.450.280.70
HSV162°22°78°
CMYK 0.220.000.07   0.22
XYZ42.996751.459954.1210
Yxy51.45990.28940.3464
Hunter Lab71.7356-18.54835.4835
CIE-Lab76.9568-16.84861.8423

#9cc7ba color RGB value is (156,199,186).

#9cc7ba hex color red value is 156, green value is 199 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9cc7ba hue: 0.45 , saturation: 0.28 and the lightness value of 9cc7ba is 0.70.

The process color (four color CMYK) of #9cc7ba color hex is 0.22, 0.00, 0.07, 0.22. Web safe color of #9cc7ba is #99cccc. Color #9cc7ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11000111 10111010
Octal 234 307 272
Decimal 156 199 186
Hex 9C C7 BA

RGB Percentages of Color #9cc7ba

%28.84
%36.78
%34.38

CMYK Percentages of Color #9cc7ba

%22
%0
%7
%22

Triadic Colors of #9cc7ba

#9cc7ba #ba9cc7 #c7ba9c

Analogous Colors of #9cc7ba

#9cc7ba #9cbfc7 #9cc7a5

Monochromatic Colors of #9cc7ba

#9cc7ba

Complementary Color

#9cc7ba #c79ca9

#9cc7ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cc7ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cc7ba Color CSS Codes

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

#9cc7ba Text Font Color

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

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


#9cc7ba Background Color

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

This div background color is #9cc7ba


#9cc7ba Border Color

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

This div border color is #9cc7ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,199,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cc7ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cc7ba;
  -webkit-box-shadow: 1px 1px 3px 2px #9cc7ba;
  box-shadow:         1px 1px 3px 2px #9cc7ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,199,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cc7ba


Comments

No comments written yet.

Please login to write comment.