Color Hex Logo

#9cbcdf Color Hex

#9CBCDF
(156,188,223)
0 Favorites   0 Comments

Color spaces of #9cbcdf

RGB 156188223
HSL0.590.510.74
HSV211°30°87°
CMYK 0.300.160.00   0.13
XYZ45.012848.362176.7744
Yxy48.36210.26450.2842
Hunter Lab69.5429-6.1629-16.7754
CIE-Lab75.0527-2.7339-21.0243

#9cbcdf color RGB value is (156,188,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111100 11011111
Octal 234 274 337
Decimal 156 188 223
Hex 9C BC DF

RGB Percentages of Color #9cbcdf

%27.51
%33.16
%39.33

CMYK Percentages of Color #9cbcdf

%30
%16
%0
%13

Triadic Colors of #9cbcdf

#9cbcdf #df9cbc #bcdf9c

Analogous Colors of #9cbcdf

#9cbcdf #9e9cdf #9cdedf

Monochromatic Colors of #9cbcdf

#9cbcdf

Complementary Color

#9cbcdf #dfbf9c

#9cbcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbcdf Color CSS Codes

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

#9cbcdf Text Font Color

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

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


#9cbcdf Background Color

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

This div background color is #9cbcdf


#9cbcdf Border Color

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

This div border color is #9cbcdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,188,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbcdf


Comments

No comments written yet.

Please login to write comment.