Color Hex Logo

#9cbadb Color Hex

#9CBADB
(156,186,219)
0 Favorites   0 Comments

Color spaces of #9cbadb

RGB 156186219
HSL0.590.470.74
HSV211°29°86°
CMYK 0.290.150.00   0.14
XYZ44.055447.300273.8257
Yxy47.30020.26670.2864
Hunter Lab68.7751-6.0145-15.5014
CIE-Lab74.3814-2.6231-19.8730

#9cbadb color RGB value is (156,186,219).

#9cbadb hex color red value is 156, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9cbadb hue: 0.59 , saturation: 0.47 and the lightness value of 9cbadb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111010 11011011
Octal 234 272 333
Decimal 156 186 219
Hex 9C BA DB

RGB Percentages of Color #9cbadb

%27.81
%33.16
%39.04

CMYK Percentages of Color #9cbadb

%29
%15
%0
%14

Triadic Colors of #9cbadb

#9cbadb #db9cba #badb9c

Analogous Colors of #9cbadb

#9cbadb #9e9cdb #9cdadb

Monochromatic Colors of #9cbadb

#9cbadb

Complementary Color

#9cbadb #dbbd9c

#9cbadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbadb Color CSS Codes

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

#9cbadb Text Font Color

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

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


#9cbadb Background Color

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

This div background color is #9cbadb


#9cbadb Border Color

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

This div border color is #9cbadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbadb


Comments

No comments written yet.

Please login to write comment.