Color Hex Logo

#99adb7 Color Hex

#99ADB7
(153,173,183)
1 Favorites   0 Comments

Color spaces of #99adb7

RGB 153173183
HSL0.560.170.66
HSV200°16°72°
CMYK 0.160.050.00   0.28
XYZ36.627740.078350.6052
Yxy40.07830.28770.3148
Hunter Lab63.3074-7.5135-3.0786
CIE-Lab69.5253-4.7894-7.4630

#99adb7 color RGB value is (153,173,183).

#99adb7 hex color red value is 153, green value is 173 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #99adb7 hue: 0.56 , saturation: 0.17 and the lightness value of 99adb7 is 0.66.

The process color (four color CMYK) of #99adb7 color hex is 0.16, 0.05, 0.00, 0.28. Web safe color of #99adb7 is #9999cc. Color #99adb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101101 10110111
Octal 231 255 267
Decimal 153 173 183
Hex 99 AD B7

RGB Percentages of Color #99adb7

%30.06
%33.99
%35.95

CMYK Percentages of Color #99adb7

%16
%5
%0
%28

Triadic Colors of #99adb7

#99adb7 #b799ad #adb799

Analogous Colors of #99adb7

#99adb7 #999eb7 #99b7b2

Monochromatic Colors of #99adb7

#99adb7

Complementary Color

#99adb7 #b7a399

#99adb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99adb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#99adb7 Color CSS Codes

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

#99adb7 Text Font Color

<p style="color:#99adb7">Text here</p>

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


#99adb7 Background Color

<div style="background-color:#99adb7">
Div content here</div>

This div background color is #99adb7


#99adb7 Border Color

<div style="border:3px solid #99adb7">
Div here</div>

This div border color is #99adb7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,173,183, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99adb7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99adb7;
  -webkit-box-shadow: 1px 1px 3px 2px #99adb7;
  box-shadow:         1px 1px 3px 2px #99adb7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99adb7


Comments

No comments written yet.

Please login to write comment.