Color Hex Logo

#9fbadf Color Hex

#9FBADF
(159,186,223)
0 Favorites   0 Comments

Color spaces of #9fbadf

RGB 159186223
HSL0.600.500.75
HSV215°29°87°
CMYK 0.290.170.00   0.13
XYZ45.176347.816576.6605
Yxy47.81650.26630.2818
Hunter Lab69.1495-4.3951-17.3255
CIE-Lab74.7090-0.7811-21.5288

#9fbadf color RGB value is (159,186,223).

#9fbadf hex color red value is 159, green value is 186 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9fbadf hue: 0.60 , saturation: 0.50 and the lightness value of 9fbadf is 0.75.

The process color (four color CMYK) of #9fbadf color hex is 0.29, 0.17, 0.00, 0.13. Web safe color of #9fbadf is #99cccc. Color #9fbadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111010 11011111
Octal 237 272 337
Decimal 159 186 223
Hex 9F BA DF

RGB Percentages of Color #9fbadf

%27.99
%32.75
%39.26

CMYK Percentages of Color #9fbadf

%29
%17
%0
%13

Triadic Colors of #9fbadf

#9fbadf #df9fba #badf9f

Analogous Colors of #9fbadf

#9fbadf #a49fdf #9fdadf

Monochromatic Colors of #9fbadf

#9fbadf

Complementary Color

#9fbadf #dfc49f

#9fbadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbadf Color CSS Codes

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

#9fbadf Text Font Color

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

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


#9fbadf Background Color

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

This div background color is #9fbadf


#9fbadf Border Color

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

This div border color is #9fbadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbadf


Comments

No comments written yet.

Please login to write comment.