Color Hex Logo

#99adbc Color Hex

#99ADBC
(153,173,188)
0 Favorites   0 Comments

Color spaces of #99adbc

RGB 153173188
HSL0.570.210.67
HSV206°19°74°
CMYK 0.190.080.00   0.26
XYZ37.157540.290353.3953
Yxy40.29030.28400.3079
Hunter Lab63.4746-6.5883-5.4429
CIE-Lab69.6758-3.6924-9.9998

#99adbc color RGB value is (153,173,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101101 10111100
Octal 231 255 274
Decimal 153 173 188
Hex 99 AD BC

RGB Percentages of Color #99adbc

%29.77
%33.66
%36.58

CMYK Percentages of Color #99adbc

%19
%8
%0
%26

Triadic Colors of #99adbc

#99adbc #bc99ad #adbc99

Analogous Colors of #99adbc

#99adbc #999cbc #99bcba

Monochromatic Colors of #99adbc

#99adbc

Complementary Color

#99adbc #bca899

#99adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#99adbc Color CSS Codes

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

#99adbc Text Font Color

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

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


#99adbc Background Color

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

This div background color is #99adbc


#99adbc Border Color

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

This div border color is #99adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99adbc


Comments

No comments written yet.

Please login to write comment.