Color Hex Logo

#9cb8db Color Hex

#9CB8DB
(156,184,219)
0 Favorites   0 Comments

Color spaces of #9cb8db

RGB 156184219
HSL0.590.470.74
HSV213°29°86°
CMYK 0.290.160.00   0.14
XYZ43.637046.463473.6862
Yxy46.46340.26640.2837
Hunter Lab68.1641-5.0157-16.3784
CIE-Lab73.8452-1.5409-20.6867

#9cb8db color RGB value is (156,184,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111000 11011011
Octal 234 270 333
Decimal 156 184 219
Hex 9C B8 DB

RGB Percentages of Color #9cb8db

%27.91
%32.92
%39.18

CMYK Percentages of Color #9cb8db

%29
%16
%0
%14

Triadic Colors of #9cb8db

#9cb8db #db9cb8 #b8db9c

Analogous Colors of #9cb8db

#9cb8db #a09cdb #9cd8db

Monochromatic Colors of #9cb8db

#9cb8db

Complementary Color

#9cb8db #dbbf9c

#9cb8db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cb8db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cb8db Color CSS Codes

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

#9cb8db Text Font Color

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

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


#9cb8db Background Color

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

This div background color is #9cb8db


#9cb8db Border Color

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

This div border color is #9cb8db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cb8db


Comments

No comments written yet.

Please login to write comment.