Color Hex Logo

#9cc1ca Color Hex

#9CC1CA
(156,193,202)
0 Favorites   0 Comments

Color spaces of #9cc1ca

RGB 156193202
HSL0.530.300.70
HSV192°23°79°
CMYK 0.230.040.00   0.21
XYZ43.440949.472163.1366
Yxy49.47210.27840.3170
Hunter Lab70.3364-12.8442-3.9854
CIE-Lab75.7441-10.3044-8.5979

#9cc1ca color RGB value is (156,193,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11000001 11001010
Octal 234 301 312
Decimal 156 193 202
Hex 9C C1 CA

RGB Percentages of Color #9cc1ca

%28.31
%35.03
%36.66

CMYK Percentages of Color #9cc1ca

%23
%4
%0
%21

Triadic Colors of #9cc1ca

#9cc1ca #ca9cc1 #c1ca9c

Analogous Colors of #9cc1ca

#9cc1ca #9caaca #9ccabc

Monochromatic Colors of #9cc1ca

#9cc1ca

Complementary Color

#9cc1ca #caa59c

#9cc1ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cc1ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cc1ca Color CSS Codes

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

#9cc1ca Text Font Color

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

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


#9cc1ca Background Color

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

This div background color is #9cc1ca


#9cc1ca Border Color

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

This div border color is #9cc1ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cc1ca


Comments

No comments written yet.

Please login to write comment.