Color Hex Logo

#9bdbcd Color Hex

#9BDBCD
(155,219,205)
0 Favorites   0 Comments

Color spaces of #9bdbcd

RGB 155219205
HSL0.460.470.73
HSV167°29°86°
CMYK 0.290.000.06   0.14
XYZ49.868562.039467.1041
Yxy62.03940.27860.3466
Hunter Lab78.7651-24.82534.6233
CIE-Lab82.9344-23.16810.3765

#9bdbcd color RGB value is (155,219,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011011 11001101
Octal 233 333 315
Decimal 155 219 205
Hex 9B DB CD

RGB Percentages of Color #9bdbcd

%26.77
%37.82
%35.41

CMYK Percentages of Color #9bdbcd

%29
%0
%6
%14

Triadic Colors of #9bdbcd

#9bdbcd #cd9bdb #dbcd9b

Analogous Colors of #9bdbcd

#9bdbcd #9bc9db #9bdbad

Monochromatic Colors of #9bdbcd

#9bdbcd

Complementary Color

#9bdbcd #db9ba9

#9bdbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdbcd Color CSS Codes

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

#9bdbcd Text Font Color

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

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


#9bdbcd Background Color

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

This div background color is #9bdbcd


#9bdbcd Border Color

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

This div border color is #9bdbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdbcd


Comments

No comments written yet.

Please login to write comment.