Color Hex Logo

#9fbdad Color Hex

#9FBDAD
(159,189,173)
0 Favorites   0 Comments

Color spaces of #9fbdad

RGB 159189173
HSL0.410.190.68
HSV148°16°74°
CMYK 0.160.000.08   0.26
XYZ40.038546.783346.4550
Yxy46.78330.30040.3510
Hunter Lab68.3983-15.20817.6100
CIE-Lab74.0509-13.33614.6964

#9fbdad color RGB value is (159,189,173).

#9fbdad hex color red value is 159, green value is 189 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9fbdad hue: 0.41 , saturation: 0.19 and the lightness value of 9fbdad is 0.68.

The process color (four color CMYK) of #9fbdad color hex is 0.16, 0.00, 0.08, 0.26. Web safe color of #9fbdad is #99cc99. Color #9fbdad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111101 10101101
Octal 237 275 255
Decimal 159 189 173
Hex 9F BD AD

RGB Percentages of Color #9fbdad

%30.52
%36.28
%33.21

CMYK Percentages of Color #9fbdad

%16
%0
%8
%26

Triadic Colors of #9fbdad

#9fbdad #ad9fbd #bdad9f

Analogous Colors of #9fbdad

#9fbdad #9fbdbc #a0bd9f

Monochromatic Colors of #9fbdad

#9fbdad

Complementary Color

#9fbdad #bd9faf

#9fbdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbdad Color CSS Codes

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

#9fbdad Text Font Color

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

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


#9fbdad Background Color

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

This div background color is #9fbdad


#9fbdad Border Color

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

This div border color is #9fbdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbdad


Comments

No comments written yet.

Please login to write comment.