Color Hex Logo

#9bbabf Color Hex

#9BBABF
(155,186,191)
3 Favorites   0 Comments

Color spaces of #9bbabf

RGB 155186191
HSL0.520.220.68
HSV188°19°75°
CMYK 0.190.030.00   0.25
XYZ40.480445.848056.0062
Yxy45.84800.28440.3221
Hunter Lab67.7112-11.7802-1.6430
CIE-Lab73.4468-9.3581-6.0279

#9bbabf color RGB value is (155,186,191).

#9bbabf hex color red value is 155, green value is 186 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9bbabf hue: 0.52 , saturation: 0.22 and the lightness value of 9bbabf is 0.68.

The process color (four color CMYK) of #9bbabf color hex is 0.19, 0.03, 0.00, 0.25. Web safe color of #9bbabf is #99cccc. Color #9bbabf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111010 10111111
Octal 233 272 277
Decimal 155 186 191
Hex 9B BA BF

RGB Percentages of Color #9bbabf

%29.14
%34.96
%35.90

CMYK Percentages of Color #9bbabf

%19
%3
%0
%25

Triadic Colors of #9bbabf

#9bbabf #bf9bba #babf9b

Analogous Colors of #9bbabf

#9bbabf #9ba8bf #9bbfb2

Monochromatic Colors of #9bbabf

#9bbabf

Complementary Color

#9bbabf #bfa09b

#9bbabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbabf Color CSS Codes

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

#9bbabf Text Font Color

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

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


#9bbabf Background Color

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

This div background color is #9bbabf


#9bbabf Border Color

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

This div border color is #9bbabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbabf

#9bbabf Color Palettes


Comments

No comments written yet.

Please login to write comment.