Color Hex Logo

#9cb2cf Color Hex

#9CB2CF
(156,178,207)
0 Favorites   0 Comments

Color spaces of #9cb2cf

RGB 156178207
HSL0.590.350.71
HSV214°25°81°
CMYK 0.250.140.00   0.19
XYZ40.893243.413765.2559
Yxy43.41370.27340.2903
Hunter Lab65.8891-4.5222-12.5979
CIE-Lab71.8349-1.1357-17.1835

#9cb2cf color RGB value is (156,178,207).

#9cb2cf hex color red value is 156, green value is 178 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9cb2cf hue: 0.59 , saturation: 0.35 and the lightness value of 9cb2cf is 0.71.

The process color (four color CMYK) of #9cb2cf color hex is 0.25, 0.14, 0.00, 0.19. Web safe color of #9cb2cf is #9999cc. Color #9cb2cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10110010 11001111
Octal 234 262 317
Decimal 156 178 207
Hex 9C B2 CF

RGB Percentages of Color #9cb2cf

%28.84
%32.90
%38.26

CMYK Percentages of Color #9cb2cf

%25
%14
%0
%19

Triadic Colors of #9cb2cf

#9cb2cf #cf9cb2 #b2cf9c

Analogous Colors of #9cb2cf

#9cb2cf #a09ccf #9ccccf

Monochromatic Colors of #9cb2cf

#9cb2cf

Complementary Color

#9cb2cf #cfb99c

#9cb2cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cb2cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cb2cf Color CSS Codes

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

#9cb2cf Text Font Color

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

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


#9cb2cf Background Color

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

This div background color is #9cb2cf


#9cb2cf Border Color

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

This div border color is #9cb2cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cb2cf


Comments

No comments written yet.

Please login to write comment.