Color Hex Logo

#9cbfdb Color Hex

#9CBFDB
(156,191,219)
0 Favorites   0 Comments

Color spaces of #9cbfdb

RGB 156191219
HSL0.570.470.74
HSV207°29°86°
CMYK 0.290.130.00   0.14
XYZ45.127349.444074.1830
Yxy49.44400.26740.2930
Hunter Lab70.3164-8.4970-13.3287
CIE-Lab75.7267-5.3088-17.8365

#9cbfdb color RGB value is (156,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111111 11011011
Octal 234 277 333
Decimal 156 191 219
Hex 9C BF DB

RGB Percentages of Color #9cbfdb

%27.56
%33.75
%38.69

CMYK Percentages of Color #9cbfdb

%29
%13
%0
%14

Triadic Colors of #9cbfdb

#9cbfdb #db9cbf #bfdb9c

Analogous Colors of #9cbfdb

#9cbfdb #9ca0db #9cdbd8

Monochromatic Colors of #9cbfdb

#9cbfdb

Complementary Color

#9cbfdb #dbb89c

#9cbfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbfdb Color CSS Codes

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

#9cbfdb Text Font Color

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

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


#9cbfdb Background Color

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

This div background color is #9cbfdb


#9cbfdb Border Color

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

This div border color is #9cbfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbfdb


Comments

No comments written yet.

Please login to write comment.