Color Hex Logo

#9cc5ca Color Hex

#9CC5CA
(156,197,202)
0 Favorites   0 Comments

Color spaces of #9cc5ca

RGB 156197202
HSL0.520.300.70
HSV187°23°79°
CMYK 0.230.020.00   0.21
XYZ44.337251.264763.4354
Yxy51.26470.27880.3223
Hunter Lab71.5994-14.7645-2.4100
CIE-Lab76.8391-12.3933-6.9727

#9cc5ca color RGB value is (156,197,202).

#9cc5ca hex color red value is 156, green value is 197 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9cc5ca hue: 0.52 , saturation: 0.30 and the lightness value of 9cc5ca is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11000101 11001010
Octal 234 305 312
Decimal 156 197 202
Hex 9C C5 CA

RGB Percentages of Color #9cc5ca

%28.11
%35.50
%36.40

CMYK Percentages of Color #9cc5ca

%23
%2
%0
%21

Triadic Colors of #9cc5ca

#9cc5ca #ca9cc5 #c5ca9c

Analogous Colors of #9cc5ca

#9cc5ca #9caeca #9ccab8

Monochromatic Colors of #9cc5ca

#9cc5ca

Complementary Color

#9cc5ca #caa19c

#9cc5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cc5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cc5ca Color CSS Codes

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

#9cc5ca Text Font Color

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

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


#9cc5ca Background Color

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

This div background color is #9cc5ca


#9cc5ca Border Color

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

This div border color is #9cc5ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,197,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 #9cc5ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cc5ca


Comments

No comments written yet.

Please login to write comment.