Color Hex Logo

#9bccab Color Hex

#9BCCAB
(155,204,171)
0 Favorites   0 Comments

Color spaces of #9bccab

RGB 155204171
HSL0.390.320.70
HSV140°24°80°
CMYK 0.240.000.16   0.20
XYZ42.461153.094646.5384
Yxy53.09460.29880.3737
Hunter Lab72.8660-23.498613.1386
CIE-Lab77.9308-22.647611.2958

#9bccab color RGB value is (155,204,171).

#9bccab hex color red value is 155, green value is 204 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9bccab hue: 0.39 , saturation: 0.32 and the lightness value of 9bccab is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001100 10101011
Octal 233 314 253
Decimal 155 204 171
Hex 9B CC AB

RGB Percentages of Color #9bccab

%29.25
%38.49
%32.26

CMYK Percentages of Color #9bccab

%24
%0
%16
%20

Triadic Colors of #9bccab

#9bccab #ab9bcc #ccab9b

Analogous Colors of #9bccab

#9bccab #9bccc4 #a4cc9b

Monochromatic Colors of #9bccab

#9bccab

Complementary Color

#9bccab #cc9bbc

#9bccab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bccab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bccab Color CSS Codes

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

#9bccab Text Font Color

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

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


#9bccab Background Color

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

This div background color is #9bccab


#9bccab Border Color

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

This div border color is #9bccab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,204,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bccab


Comments

No comments written yet.

Please login to write comment.