Color Hex Logo

#9fbcf9 Color Hex

#9FBCF9
(159,188,249)
0 Favorites   0 Comments

Color spaces of #9fbcf9

RGB 159188249
HSL0.610.880.80
HSV221°36°98°
CMYK 0.360.240.00   0.02
XYZ49.380250.176996.7050
Yxy50.17690.25160.2557
Hunter Lab70.83570.4716-31.3579
CIE-Lab76.17774.6348-33.3199

#9fbcf9 color RGB value is (159,188,249).

#9fbcf9 hex color red value is 159, green value is 188 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #9fbcf9 hue: 0.61 , saturation: 0.88 and the lightness value of 9fbcf9 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111100 11111001
Octal 237 274 371
Decimal 159 188 249
Hex 9F BC F9

RGB Percentages of Color #9fbcf9

%26.68
%31.54
%41.78

CMYK Percentages of Color #9fbcf9

%36
%24
%0
%2

Triadic Colors of #9fbcf9

#9fbcf9 #f99fbc #bcf99f

Analogous Colors of #9fbcf9

#9fbcf9 #af9ff9 #9fe9f9

Monochromatic Colors of #9fbcf9

#9fbcf9

Complementary Color

#9fbcf9 #f9dc9f

#9fbcf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbcf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbcf9 Color CSS Codes

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

#9fbcf9 Text Font Color

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

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


#9fbcf9 Background Color

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

This div background color is #9fbcf9


#9fbcf9 Border Color

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

This div border color is #9fbcf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbcf9

Related Colors


Comments

No comments written yet.

Please login to write comment.