Color Hex Logo

#9cbcc0 Color Hex

#9CBCC0
(156,188,192)
0 Favorites   0 Comments

Color spaces of #9cbcc0

RGB 156188192
HSL0.520.220.68
HSV187°19°75°
CMYK 0.190.020.00   0.25
XYZ41.207946.840156.7383
Yxy46.84010.28460.3235
Hunter Lab68.4398-12.2941-1.2450
CIE-Lab74.0874-9.8790-5.6187

#9cbcc0 color RGB value is (156,188,192).

#9cbcc0 hex color red value is 156, green value is 188 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #9cbcc0 hue: 0.52 , saturation: 0.22 and the lightness value of 9cbcc0 is 0.68.

The process color (four color CMYK) of #9cbcc0 color hex is 0.19, 0.02, 0.00, 0.25. Web safe color of #9cbcc0 is #99cccc. Color #9cbcc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111100 11000000
Octal 234 274 300
Decimal 156 188 192
Hex 9C BC C0

RGB Percentages of Color #9cbcc0

%29.10
%35.07
%35.82

CMYK Percentages of Color #9cbcc0

%19
%2
%0
%25

Triadic Colors of #9cbcc0

#9cbcc0 #c09cbc #bcc09c

Analogous Colors of #9cbcc0

#9cbcc0 #9caac0 #9cc0b2

Monochromatic Colors of #9cbcc0

#9cbcc0

Complementary Color

#9cbcc0 #c0a09c

#9cbcc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbcc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbcc0 Color CSS Codes

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

#9cbcc0 Text Font Color

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

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


#9cbcc0 Background Color

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

This div background color is #9cbcc0


#9cbcc0 Border Color

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

This div border color is #9cbcc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbcc0


Comments

No comments written yet.

Please login to write comment.