Color Hex Logo

#9bccca Color Hex

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

Color spaces of #9bccca

RGB 155204202
HSL0.490.320.70
HSV178°24°80°
CMYK 0.240.000.01   0.20
XYZ45.771154.418663.9686
Yxy54.41860.27880.3315
Hunter Lab73.7690-18.34260.2251
CIE-Lab78.7052-16.3008-4.2219

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

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

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

Base Numbers

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

RGB Percentages of Color #9bccca

%27.63
%36.36
%36.01

CMYK Percentages of Color #9bccca

%24
%0
%1
%20

Triadic Colors of #9bccca

#9bccca #ca9bcc #ccca9b

Analogous Colors of #9bccca

#9bccca #9bb6cc #9bccb2

Monochromatic Colors of #9bccca

#9bccca

Complementary Color

#9bccca #cc9b9d

#9bccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bccca Color CSS Codes

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

#9bccca Text Font Color

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

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


#9bccca Background Color

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

This div background color is #9bccca


#9bccca Border Color

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

This div border color is #9bccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bccca


Comments

No comments written yet.

Please login to write comment.