Color Hex Logo

#9bbaa0 Color Hex

#9BBAA0
(155,186,160)
0 Favorites   0 Comments

Color spaces of #9bbaa0

RGB 155186160
HSL0.360.180.67
HSV130°17°73°
CMYK 0.170.000.14   0.27
XYZ37.421644.624439.8988
Yxy44.62440.30690.3659
Hunter Lab66.8015-16.908511.3487
CIE-Lab72.6439-15.62179.7155

#9bbaa0 color RGB value is (155,186,160).

#9bbaa0 hex color red value is 155, green value is 186 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #9bbaa0 hue: 0.36 , saturation: 0.18 and the lightness value of 9bbaa0 is 0.67.

The process color (four color CMYK) of #9bbaa0 color hex is 0.17, 0.00, 0.14, 0.27. Web safe color of #9bbaa0 is #99cc99. Color #9bbaa0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111010 10100000
Octal 233 272 240
Decimal 155 186 160
Hex 9B BA A0

RGB Percentages of Color #9bbaa0

%30.94
%37.13
%31.94

CMYK Percentages of Color #9bbaa0

%17
%0
%14
%27

Triadic Colors of #9bbaa0

#9bbaa0 #a09bba #baa09b

Analogous Colors of #9bbaa0

#9bbaa0 #9bbab0 #a6ba9b

Monochromatic Colors of #9bbaa0

#9bbaa0

Complementary Color

#9bbaa0 #ba9bb5

#9bbaa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbaa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbaa0 Color CSS Codes

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

#9bbaa0 Text Font Color

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

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


#9bbaa0 Background Color

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

This div background color is #9bbaa0


#9bbaa0 Border Color

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

This div border color is #9bbaa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbaa0


Comments

No comments written yet.

Please login to write comment.