Color Hex Logo

#9fc5ca Color Hex

#9FC5CA
(159,197,202)
0 Favorites   0 Comments

Color spaces of #9fc5ca

RGB 159197202
HSL0.520.290.71
HSV187°21°79°
CMYK 0.210.020.00   0.21
XYZ44.925051.567763.4629
Yxy51.56770.28090.3224
Hunter Lab71.8107-13.9984-2.1303
CIE-Lab77.0216-11.4740-6.6820

#9fc5ca color RGB value is (159,197,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11000101 11001010
Octal 237 305 312
Decimal 159 197 202
Hex 9F C5 CA

RGB Percentages of Color #9fc5ca

%28.49
%35.30
%36.20

CMYK Percentages of Color #9fc5ca

%21
%2
%0
%21

Triadic Colors of #9fc5ca

#9fc5ca #ca9fc5 #c5ca9f

Analogous Colors of #9fc5ca

#9fc5ca #9fb0ca #9fcaba

Monochromatic Colors of #9fc5ca

#9fc5ca

Complementary Color

#9fc5ca #caa49f

#9fc5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fc5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fc5ca Color CSS Codes

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

#9fc5ca Text Font Color

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

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


#9fc5ca Background Color

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

This div background color is #9fc5ca


#9fc5ca Border Color

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

This div border color is #9fc5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fc5ca


Comments

No comments written yet.

Please login to write comment.