Color Hex Logo

#9bdbde Color Hex

#9BDBDE
(155,219,222)
0 Favorites   0 Comments

Color spaces of #9bdbde

RGB 155219222
HSL0.510.500.74
HSV183°30°87°
CMYK 0.300.010.00   0.13
XYZ52.033962.905578.5067
Yxy62.90550.26900.3252
Hunter Lab79.3130-21.6914-3.1682
CIE-Lab83.3926-19.3889-7.9741

#9bdbde color RGB value is (155,219,222).

#9bdbde hex color red value is 155, green value is 219 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9bdbde hue: 0.51 , saturation: 0.50 and the lightness value of 9bdbde is 0.74.

The process color (four color CMYK) of #9bdbde color hex is 0.30, 0.01, 0.00, 0.13. Web safe color of #9bdbde is #99cccc. Color #9bdbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011011 11011110
Octal 233 333 336
Decimal 155 219 222
Hex 9B DB DE

RGB Percentages of Color #9bdbde

%26.01
%36.74
%37.25

CMYK Percentages of Color #9bdbde

%30
%1
%0
%13

Triadic Colors of #9bdbde

#9bdbde #de9bdb #dbde9b

Analogous Colors of #9bdbde

#9bdbde #9bbade #9bdec0

Monochromatic Colors of #9bdbde

#9bdbde

Complementary Color

#9bdbde #de9e9b

#9bdbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdbde Color CSS Codes

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

#9bdbde Text Font Color

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

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


#9bdbde Background Color

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

This div background color is #9bdbde


#9bdbde Border Color

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

This div border color is #9bdbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdbde


Comments

No comments written yet.

Please login to write comment.