Color Hex Logo

#9fc5fa Color Hex

#9FC5FA
(159,197,250)
0 Favorites   0 Comments

Color spaces of #9fc5fa

RGB 159197250
HSL0.600.900.80
HSV215°36°98°
CMYK 0.360.210.00   0.02
XYZ51.519654.205698.1898
Yxy54.20560.25270.2658
Hunter Lab73.6245-3.9353-27.5354
CIE-Lab78.5815-0.0032-30.1544

#9fc5fa color RGB value is (159,197,250).

#9fc5fa hex color red value is 159, green value is 197 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9fc5fa hue: 0.60 , saturation: 0.90 and the lightness value of 9fc5fa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11000101 11111010
Octal 237 305 372
Decimal 159 197 250
Hex 9F C5 FA

RGB Percentages of Color #9fc5fa

%26.24
%32.51
%41.25

CMYK Percentages of Color #9fc5fa

%36
%21
%0
%2

Triadic Colors of #9fc5fa

#9fc5fa #fa9fc5 #c5fa9f

Analogous Colors of #9fc5fa

#9fc5fa #a79ffa #9ff3fa

Monochromatic Colors of #9fc5fa

#9fc5fa

Complementary Color

#9fc5fa #fad49f

#9fc5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fc5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fc5fa Color CSS Codes

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

#9fc5fa Text Font Color

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

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


#9fc5fa Background Color

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

This div background color is #9fc5fa


#9fc5fa Border Color

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

This div border color is #9fc5fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,197,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fc5fa

Related Colors


Comments

No comments written yet.

Please login to write comment.