Color Hex Logo

#9bcacc Color Hex

#9BCACC
(155,202,204)
0 Favorites   0 Comments

Color spaces of #9bcacc

RGB 155202204
HSL0.510.320.70
HSV182°24°80°
CMYK 0.240.010.00   0.20
XYZ45.537253.569365.0666
Yxy53.56930.27740.3263
Hunter Lab73.1911-17.0272-1.4749
CIE-Lab78.2099-14.8348-6.0288

#9bcacc color RGB value is (155,202,204).

#9bcacc hex color red value is 155, green value is 202 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9bcacc hue: 0.51 , saturation: 0.32 and the lightness value of 9bcacc is 0.70.

The process color (four color CMYK) of #9bcacc color hex is 0.24, 0.01, 0.00, 0.20. Web safe color of #9bcacc is #99cccc. Color #9bcacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001010 11001100
Octal 233 312 314
Decimal 155 202 204
Hex 9B CA CC

RGB Percentages of Color #9bcacc

%27.63
%36.01
%36.36

CMYK Percentages of Color #9bcacc

%24
%1
%0
%20

Triadic Colors of #9bcacc

#9bcacc #cc9bca #cacc9b

Analogous Colors of #9bcacc

#9bcacc #9bb2cc #9bccb6

Monochromatic Colors of #9bcacc

#9bcacc

Complementary Color

#9bcacc #cc9d9b

#9bcacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcacc Color CSS Codes

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

#9bcacc Text Font Color

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

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


#9bcacc Background Color

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

This div background color is #9bcacc


#9bcacc Border Color

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

This div border color is #9bcacc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,202,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9bcacc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9bcacc;
  -webkit-box-shadow: 1px 1px 3px 2px #9bcacc;
  box-shadow:         1px 1px 3px 2px #9bcacc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,202,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcacc


Comments

No comments written yet.

Please login to write comment.