Color Hex Logo

#9bcddb Color Hex

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

Color spaces of #9bcddb

RGB 155205219
HSL0.540.470.73
HSV193°29°86°
CMYK 0.290.060.00   0.14
XYZ48.135155.745775.2408
Yxy55.74570.26870.3112
Hunter Lab74.6630-15.5818-7.4847
CIE-Lab79.4689-12.9583-12.2170

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

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

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

Base Numbers

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

RGB Percentages of Color #9bcddb

%26.77
%35.41
%37.82

CMYK Percentages of Color #9bcddb

%29
%6
%0
%14

Triadic Colors of #9bcddb

#9bcddb #db9bcd #cddb9b

Analogous Colors of #9bcddb

#9bcddb #9baddb #9bdbc9

Monochromatic Colors of #9bcddb

#9bcddb

Complementary Color

#9bcddb #dba99b

#9bcddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcddb Color CSS Codes

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

#9bcddb Text Font Color

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

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


#9bcddb Background Color

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

This div background color is #9bcddb


#9bcddb Border Color

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

This div border color is #9bcddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcddb


Comments

No comments written yet.

Please login to write comment.