Color Hex Logo

#9bdbce Color Hex

#9BDBCE
(155,219,206)
0 Favorites   0 Comments

Color spaces of #9bdbce

RGB 155219206
HSL0.470.470.73
HSV168°29°86°
CMYK 0.290.000.06   0.14
XYZ49.989762.087867.7419
Yxy62.08780.27800.3453
Hunter Lab78.7958-24.64864.1846
CIE-Lab82.9601-22.9525-0.1167

#9bdbce color RGB value is (155,219,206).

#9bdbce hex color red value is 155, green value is 219 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9bdbce hue: 0.47 , saturation: 0.47 and the lightness value of 9bdbce is 0.73.

The process color (four color CMYK) of #9bdbce color hex is 0.29, 0.00, 0.06, 0.14. Web safe color of #9bdbce is #99cccc. Color #9bdbce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011011 11001110
Octal 233 333 316
Decimal 155 219 206
Hex 9B DB CE

RGB Percentages of Color #9bdbce

%26.72
%37.76
%35.52

CMYK Percentages of Color #9bdbce

%29
%0
%6
%14

Triadic Colors of #9bdbce

#9bdbce #ce9bdb #dbce9b

Analogous Colors of #9bdbce

#9bdbce #9bc8db #9bdbae

Monochromatic Colors of #9bdbce

#9bdbce

Complementary Color

#9bdbce #db9ba8

#9bdbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdbce Color CSS Codes

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

#9bdbce Text Font Color

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

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


#9bdbce Background Color

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

This div background color is #9bdbce


#9bdbce Border Color

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

This div border color is #9bdbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdbce


Comments

No comments written yet.

Please login to write comment.