Color Hex Logo

#9fbade Color Hex

#9FBADE
(159,186,222)
0 Favorites   0 Comments

Color spaces of #9fbade

RGB 159186222
HSL0.600.490.75
HSV214°28°87°
CMYK 0.280.160.00   0.13
XYZ45.041847.762775.9524
Yxy47.76270.26690.2830
Hunter Lab69.1106-4.6087-16.7822
CIE-Lab74.6750-1.0221-21.0380

#9fbade color RGB value is (159,186,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111010 11011110
Octal 237 272 336
Decimal 159 186 222
Hex 9F BA DE

RGB Percentages of Color #9fbade

%28.04
%32.80
%39.15

CMYK Percentages of Color #9fbade

%28
%16
%0
%13

Triadic Colors of #9fbade

#9fbade #de9fba #bade9f

Analogous Colors of #9fbade

#9fbade #a49fde #9fdade

Monochromatic Colors of #9fbade

#9fbade

Complementary Color

#9fbade #dec39f

#9fbade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbade Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbade Color CSS Codes

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

#9fbade Text Font Color

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

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


#9fbade Background Color

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

This div background color is #9fbade


#9fbade Border Color

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

This div border color is #9fbade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbade


Comments

No comments written yet.

Please login to write comment.