Color Hex Logo

#9fadb8 Color Hex

#9FADB8
(159,173,184)
0 Favorites   0 Comments

Color spaces of #9fadb8

RGB 159173184
HSL0.570.150.67
HSV206°14°72°
CMYK 0.140.060.00   0.28
XYZ37.893440.718851.2097
Yxy40.71880.29190.3137
Hunter Lab63.8113-5.6701-2.9134
CIE-Lab69.9785-2.5991-7.2960

#9fadb8 color RGB value is (159,173,184).

#9fadb8 hex color red value is 159, green value is 173 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #9fadb8 hue: 0.57 , saturation: 0.15 and the lightness value of 9fadb8 is 0.67.

The process color (four color CMYK) of #9fadb8 color hex is 0.14, 0.06, 0.00, 0.28. Web safe color of #9fadb8 is #9999cc. Color #9fadb8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101101 10111000
Octal 237 255 270
Decimal 159 173 184
Hex 9F AD B8

RGB Percentages of Color #9fadb8

%30.81
%33.53
%35.66

CMYK Percentages of Color #9fadb8

%14
%6
%0
%28

Triadic Colors of #9fadb8

#9fadb8 #b89fad #adb89f

Analogous Colors of #9fadb8

#9fadb8 #9fa1b8 #9fb8b7

Monochromatic Colors of #9fadb8

#9fadb8

Complementary Color

#9fadb8 #b8aa9f

#9fadb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fadb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fadb8 Color CSS Codes

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

#9fadb8 Text Font Color

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

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


#9fadb8 Background Color

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

This div background color is #9fadb8


#9fadb8 Border Color

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

This div border color is #9fadb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fadb8


Comments

No comments written yet.

Please login to write comment.