Color Hex Logo

#99adba Color Hex

#99ADBA
(153,173,186)
0 Favorites   0 Comments

Color spaces of #99adba

RGB 153173186
HSL0.570.190.66
HSV204°18°73°
CMYK 0.180.070.00   0.27
XYZ36.943440.204652.2675
Yxy40.20460.28550.3107
Hunter Lab63.4071-6.9615-4.4887
CIE-Lab69.6150-4.1339-8.9863

#99adba color RGB value is (153,173,186).

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

The process color (four color CMYK) of #99adba color hex is 0.18, 0.07, 0.00, 0.27. Web safe color of #99adba is #9999cc. Color #99adba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101101 10111010
Octal 231 255 272
Decimal 153 173 186
Hex 99 AD BA

RGB Percentages of Color #99adba

%29.88
%33.79
%36.33

CMYK Percentages of Color #99adba

%18
%7
%0
%27

Triadic Colors of #99adba

#99adba #ba99ad #adba99

Analogous Colors of #99adba

#99adba #999dba #99bab7

Monochromatic Colors of #99adba

#99adba

Complementary Color

#99adba #baa699

#99adba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99adba Color Preview on White Background

Lorem ipsum dolor sit amet.

#99adba Color CSS Codes

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

#99adba Text Font Color

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

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


#99adba Background Color

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

This div background color is #99adba


#99adba Border Color

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

This div border color is #99adba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99adba


Comments

No comments written yet.

Please login to write comment.