Color Hex Logo

#9fc1fe Color Hex

#9FC1FE
(159,193,254)
0 Favorites   0 Comments

Color spaces of #9fc1fe

RGB 159193254
HSL0.610.980.81
HSV219°37°100°
CMYK 0.370.240.00   0.00
XYZ51.257452.6666101.2300
Yxy52.66660.24980.2567
Hunter Lab72.5718-0.9261-31.9031
CIE-Lab77.67773.1994-33.6866

#9fc1fe color RGB value is (159,193,254).

#9fc1fe hex color red value is 159, green value is 193 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #9fc1fe hue: 0.61 , saturation: 0.98 and the lightness value of 9fc1fe is 0.81.

The process color (four color CMYK) of #9fc1fe color hex is 0.37, 0.24, 0.00, 0.00. Web safe color of #9fc1fe is #99ccff. Color #9fc1fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11000001 11111110
Octal 237 301 376
Decimal 159 193 254
Hex 9F C1 FE

RGB Percentages of Color #9fc1fe

%26.24
%31.85
%41.91

CMYK Percentages of Color #9fc1fe

%37
%24
%0
%0

Triadic Colors of #9fc1fe

#9fc1fe #fe9fc1 #c1fe9f

Analogous Colors of #9fc1fe

#9fc1fe #ad9ffe #9ff1fe

Monochromatic Colors of #9fc1fe

#9fc1fe

Complementary Color

#9fc1fe #fedc9f

#9fc1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fc1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fc1fe Color CSS Codes

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

#9fc1fe Text Font Color

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

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


#9fc1fe Background Color

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

This div background color is #9fc1fe


#9fc1fe Border Color

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

This div border color is #9fc1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fc1fe

#9fc1fe Color Palettes


Comments

No comments written yet.

Please login to write comment.