Color Hex Logo

#9bbdbc Color Hex

#9BBDBC
(155,189,188)
0 Favorites   0 Comments

Color spaces of #9bbdbc

RGB 155189188
HSL0.500.200.67
HSV178°18°74°
CMYK 0.180.000.01   0.26
XYZ40.792346.994654.4978
Yxy46.99460.28670.3303
Hunter Lab68.5526-13.75050.8526
CIE-Lab74.1863-11.5820-3.3012

#9bbdbc color RGB value is (155,189,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111101 10111100
Octal 233 275 274
Decimal 155 189 188
Hex 9B BD BC

RGB Percentages of Color #9bbdbc

%29.14
%35.53
%35.34

CMYK Percentages of Color #9bbdbc

%18
%0
%1
%26

Triadic Colors of #9bbdbc

#9bbdbc #bc9bbd #bdbc9b

Analogous Colors of #9bbdbc

#9bbdbc #9badbd #9bbdab

Monochromatic Colors of #9bbdbc

#9bbdbc

Complementary Color

#9bbdbc #bd9b9c

#9bbdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbdbc Color CSS Codes

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

#9bbdbc Text Font Color

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

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


#9bbdbc Background Color

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

This div background color is #9bbdbc


#9bbdbc Border Color

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

This div border color is #9bbdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbdbc


Comments

No comments written yet.

Please login to write comment.