Color Hex Logo

#9fc3ca Color Hex

#9FC3CA
(159,195,202)
0 Favorites   0 Comments

Color spaces of #9fc3ca

RGB 159195202
HSL0.530.290.71
HSV190°21°79°
CMYK 0.210.030.00   0.21
XYZ44.473950.665463.3125
Yxy50.66540.28070.3198
Hunter Lab71.1796-13.0354-2.9112
CIE-Lab76.4759-10.4297-7.4909

#9fc3ca color RGB value is (159,195,202).

#9fc3ca hex color red value is 159, green value is 195 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9fc3ca hue: 0.53 , saturation: 0.29 and the lightness value of 9fc3ca is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11000011 11001010
Octal 237 303 312
Decimal 159 195 202
Hex 9F C3 CA

RGB Percentages of Color #9fc3ca

%28.60
%35.07
%36.33

CMYK Percentages of Color #9fc3ca

%21
%3
%0
%21

Triadic Colors of #9fc3ca

#9fc3ca #ca9fc3 #c3ca9f

Analogous Colors of #9fc3ca

#9fc3ca #9faeca #9fcabc

Monochromatic Colors of #9fc3ca

#9fc3ca

Complementary Color

#9fc3ca #caa69f

#9fc3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fc3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fc3ca Color CSS Codes

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

#9fc3ca Text Font Color

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

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


#9fc3ca Background Color

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

This div background color is #9fc3ca


#9fc3ca Border Color

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

This div border color is #9fc3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fc3ca


Comments

No comments written yet.

Please login to write comment.