Color Hex Logo

#99adbe Color Hex

#99ADBE
(153,173,190)
0 Favorites   0 Comments

Color spaces of #99adbe

RGB 153173190
HSL0.580.220.67
HSV208°19°75°
CMYK 0.190.090.00   0.25
XYZ37.374740.377254.5389
Yxy40.37720.28250.3052
Hunter Lab63.5431-6.2104-6.4084
CIE-Lab69.7373-3.2467-11.0117

#99adbe color RGB value is (153,173,190).

#99adbe hex color red value is 153, green value is 173 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #99adbe hue: 0.58 , saturation: 0.22 and the lightness value of 99adbe is 0.67.

The process color (four color CMYK) of #99adbe color hex is 0.19, 0.09, 0.00, 0.25. Web safe color of #99adbe is #9999cc. Color #99adbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101101 10111110
Octal 231 255 276
Decimal 153 173 190
Hex 99 AD BE

RGB Percentages of Color #99adbe

%29.65
%33.53
%36.82

CMYK Percentages of Color #99adbe

%19
%9
%0
%25

Triadic Colors of #99adbe

#99adbe #be99ad #adbe99

Analogous Colors of #99adbe

#99adbe #999bbe #99bebd

Monochromatic Colors of #99adbe

#99adbe

Complementary Color

#99adbe #beaa99

#99adbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99adbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#99adbe Color CSS Codes

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

#99adbe Text Font Color

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

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


#99adbe Background Color

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

This div background color is #99adbe


#99adbe Border Color

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

This div border color is #99adbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99adbe


Comments

No comments written yet.

Please login to write comment.