Color Hex Logo

#9cbcde Color Hex

#9CBCDE
(156,188,222)
0 Favorites   0 Comments

Color spaces of #9cbcde

RGB 156188222
HSL0.590.500.74
HSV211°30°87°
CMYK 0.300.150.00   0.13
XYZ44.878348.308376.0663
Yxy48.30830.26520.2854
Hunter Lab69.5042-6.3762-16.2349
CIE-Lab75.0190-2.9769-20.5336

#9cbcde color RGB value is (156,188,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111100 11011110
Octal 234 274 336
Decimal 156 188 222
Hex 9C BC DE

RGB Percentages of Color #9cbcde

%27.56
%33.22
%39.22

CMYK Percentages of Color #9cbcde

%30
%15
%0
%13

Triadic Colors of #9cbcde

#9cbcde #de9cbc #bcde9c

Analogous Colors of #9cbcde

#9cbcde #9d9cde #9cddde

Monochromatic Colors of #9cbcde

#9cbcde

Complementary Color

#9cbcde #debe9c

#9cbcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbcde Color CSS Codes

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

#9cbcde Text Font Color

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

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


#9cbcde Background Color

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

This div background color is #9cbcde


#9cbcde Border Color

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

This div border color is #9cbcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbcde


Comments

No comments written yet.

Please login to write comment.