Color Hex Logo

#9cb0ff Color Hex

#9CB0FF
(156,176,255)
0 Favorites   0 Comments

Color spaces of #9cb0ff

RGB 156176255
HSL0.631.000.81
HSV228°39°100°
CMYK 0.390.310.00   0.00
XYZ47.285645.3386100.8667
Yxy45.33860.24440.2343
Hunter Lab67.33397.5181-41.6831
CIE-Lab73.114312.0736-41.3208

#9cb0ff color RGB value is (156,176,255).

#9cb0ff hex color red value is 156, green value is 176 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9cb0ff hue: 0.63 , saturation: 1.00 and the lightness value of 9cb0ff is 0.81.

The process color (four color CMYK) of #9cb0ff color hex is 0.39, 0.31, 0.00, 0.00. Web safe color of #9cb0ff is #9999ff. Color #9cb0ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10110000 11111111
Octal 234 260 377
Decimal 156 176 255
Hex 9C B0 FF

RGB Percentages of Color #9cb0ff

%26.58
%29.98
%43.44

CMYK Percentages of Color #9cb0ff

%39
%31
%0
%0

Triadic Colors of #9cb0ff

#9cb0ff #ff9cb0 #b0ff9c

Analogous Colors of #9cb0ff

#9cb0ff #ba9cff #9ce2ff

Monochromatic Colors of #9cb0ff

#9cb0ff

Complementary Color

#9cb0ff #ffeb9c

#9cb0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cb0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cb0ff Color CSS Codes

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

#9cb0ff Text Font Color

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

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


#9cb0ff Background Color

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

This div background color is #9cb0ff


#9cb0ff Border Color

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

This div border color is #9cb0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cb0ff


Comments

No comments written yet.

Please login to write comment.