Color Hex Logo

#9fbdda Color Hex

#9FBDDA
(159,189,218)
0 Favorites   0 Comments

Color spaces of #9fbdda

RGB 159189218
HSL0.580.440.74
HSV209°27°85°
CMYK 0.270.130.00   0.15
XYZ45.150648.828173.3747
Yxy48.82810.26980.2918
Hunter Lab69.8771-6.9484-13.3437
CIE-Lab75.3443-3.5931-17.8544

#9fbdda color RGB value is (159,189,218).

#9fbdda hex color red value is 159, green value is 189 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9fbdda hue: 0.58 , saturation: 0.44 and the lightness value of 9fbdda is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111101 11011010
Octal 237 275 332
Decimal 159 189 218
Hex 9F BD DA

RGB Percentages of Color #9fbdda

%28.09
%33.39
%38.52

CMYK Percentages of Color #9fbdda

%27
%13
%0
%15

Triadic Colors of #9fbdda

#9fbdda #da9fbd #bdda9f

Analogous Colors of #9fbdda

#9fbdda #9fa0da #9fdada

Monochromatic Colors of #9fbdda

#9fbdda

Complementary Color

#9fbdda #dabc9f

#9fbdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbdda Color CSS Codes

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

#9fbdda Text Font Color

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

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


#9fbdda Background Color

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

This div background color is #9fbdda


#9fbdda Border Color

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

This div border color is #9fbdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbdda


Comments

No comments written yet.

Please login to write comment.