Color Hex Logo

#9fbdff Color Hex

#9FBDFF
(159,189,255)
0 Favorites   0 Comments

Color spaces of #9fbdff

RGB 159189255
HSL0.611.000.81
HSV221°38°100°
CMYK 0.380.260.00   0.00
XYZ50.545750.9861101.7850
Yxy50.98610.24860.2508
Hunter Lab71.40461.3982-34.5329
CIE-Lab76.67065.6482-35.7792

#9fbdff color RGB value is (159,189,255).

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

The process color (four color CMYK) of #9fbdff color hex is 0.38, 0.26, 0.00, 0.00. Web safe color of #9fbdff is #99ccff. Color #9fbdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111101 11111111
Octal 237 275 377
Decimal 159 189 255
Hex 9F BD FF

RGB Percentages of Color #9fbdff

%26.37
%31.34
%42.29

CMYK Percentages of Color #9fbdff

%38
%26
%0
%0

Triadic Colors of #9fbdff

#9fbdff #ff9fbd #bdff9f

Analogous Colors of #9fbdff

#9fbdff #b19fff #9fedff

Monochromatic Colors of #9fbdff

#9fbdff

Complementary Color

#9fbdff #ffe19f

#9fbdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbdff Color CSS Codes

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

#9fbdff Text Font Color

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

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


#9fbdff Background Color

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

This div background color is #9fbdff


#9fbdff Border Color

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

This div border color is #9fbdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbdff


Comments

No comments written yet.

Please login to write comment.