Color Hex Logo

#9bbcaa Color Hex

#9BBCAA
(155,188,170)
0 Favorites   0 Comments

Color spaces of #9bbcaa

RGB 155188170
HSL0.410.200.67
HSV147°18°74°
CMYK 0.180.000.10   0.26
XYZ38.756545.837344.8350
Yxy45.83730.29940.3542
Hunter Lab67.7032-16.29908.1288
CIE-Lab73.4398-14.74595.4137

#9bbcaa color RGB value is (155,188,170).

#9bbcaa hex color red value is 155, green value is 188 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9bbcaa hue: 0.41 , saturation: 0.20 and the lightness value of 9bbcaa is 0.67.

The process color (four color CMYK) of #9bbcaa color hex is 0.18, 0.00, 0.10, 0.26. Web safe color of #9bbcaa is #99cc99. Color #9bbcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111100 10101010
Octal 233 274 252
Decimal 155 188 170
Hex 9B BC AA

RGB Percentages of Color #9bbcaa

%30.21
%36.65
%33.14

CMYK Percentages of Color #9bbcaa

%18
%0
%10
%26

Triadic Colors of #9bbcaa

#9bbcaa #aa9bbc #bcaa9b

Analogous Colors of #9bbcaa

#9bbcaa #9bbcbb #9dbc9b

Monochromatic Colors of #9bbcaa

#9bbcaa

Complementary Color

#9bbcaa #bc9bad

#9bbcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbcaa Color CSS Codes

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

#9bbcaa Text Font Color

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

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


#9bbcaa Background Color

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

This div background color is #9bbcaa


#9bbcaa Border Color

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

This div border color is #9bbcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbcaa


Comments

No comments written yet.

Please login to write comment.