Color Hex Logo

#9bdadb Color Hex

#9BDADB
(155,218,219)
0 Favorites   0 Comments

Color spaces of #9bdadb

RGB 155218219
HSL0.500.470.73
HSV181°29°86°
CMYK 0.290.000.00   0.14
XYZ51.375262.225876.3209
Yxy62.22580.27050.3276
Hunter Lab78.8833-21.7922-2.1457
CIE-Lab83.0334-19.5736-6.9134

#9bdadb color RGB value is (155,218,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011010 11011011
Octal 233 332 333
Decimal 155 218 219
Hex 9B DA DB

RGB Percentages of Color #9bdadb

%26.18
%36.82
%36.99

CMYK Percentages of Color #9bdadb

%29
%0
%0
%14

Triadic Colors of #9bdadb

#9bdadb #db9bda #dadb9b

Analogous Colors of #9bdadb

#9bdadb #9bbadb #9bdbbc

Monochromatic Colors of #9bdadb

#9bdadb

Complementary Color

#9bdadb #db9c9b

#9bdadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdadb Color CSS Codes

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

#9bdadb Text Font Color

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

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


#9bdadb Background Color

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

This div background color is #9bdadb


#9bdadb Border Color

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

This div border color is #9bdadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,218,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 #9bdadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdadb


Comments

No comments written yet.

Please login to write comment.