Color Hex Logo

#9bbbbe Color Hex

#9BBBBE
(155,187,190)
0 Favorites   0 Comments

Color spaces of #9bbbbe

RGB 155187190
HSL0.510.210.68
HSV185°18°75°
CMYK 0.180.020.00   0.25
XYZ40.582246.226955.4990
Yxy46.22690.28520.3248
Hunter Lab67.9904-12.4398-0.8038
CIE-Lab73.6925-10.1022-5.1191

#9bbbbe color RGB value is (155,187,190).

#9bbbbe hex color red value is 155, green value is 187 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9bbbbe hue: 0.51 , saturation: 0.21 and the lightness value of 9bbbbe is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111011 10111110
Octal 233 273 276
Decimal 155 187 190
Hex 9B BB BE

RGB Percentages of Color #9bbbbe

%29.14
%35.15
%35.71

CMYK Percentages of Color #9bbbbe

%18
%2
%0
%25

Triadic Colors of #9bbbbe

#9bbbbe #be9bbb #bbbe9b

Analogous Colors of #9bbbbe

#9bbbbe #9baabe #9bbeb0

Monochromatic Colors of #9bbbbe

#9bbbbe

Complementary Color

#9bbbbe #be9e9b

#9bbbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbbbe Color CSS Codes

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

#9bbbbe Text Font Color

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

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


#9bbbbe Background Color

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

This div background color is #9bbbbe


#9bbbbe Border Color

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

This div border color is #9bbbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbbbe


Comments

No comments written yet.

Please login to write comment.