Color Hex Logo

#99adcd Color Hex

#99ADCD
(153,173,205)
0 Favorites   0 Comments

Color spaces of #99adcd

RGB 153173205
HSL0.600.340.70
HSV217°25°80°
CMYK 0.250.160.00   0.20
XYZ39.099941.067263.6236
Yxy41.06720.27190.2856
Hunter Lab64.0837-3.2368-14.0057
CIE-Lab70.22300.2118-18.5447

#99adcd color RGB value is (153,173,205).

#99adcd hex color red value is 153, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #99adcd hue: 0.60 , saturation: 0.34 and the lightness value of 99adcd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101101 11001101
Octal 231 255 315
Decimal 153 173 205
Hex 99 AD CD

RGB Percentages of Color #99adcd

%28.81
%32.58
%38.61

CMYK Percentages of Color #99adcd

%25
%16
%0
%20

Triadic Colors of #99adcd

#99adcd #cd99ad #adcd99

Analogous Colors of #99adcd

#99adcd #9f99cd #99c7cd

Monochromatic Colors of #99adcd

#99adcd

Complementary Color

#99adcd #cdb999

#99adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99adcd Color CSS Codes

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

#99adcd Text Font Color

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

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


#99adcd Background Color

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

This div background color is #99adcd


#99adcd Border Color

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

This div border color is #99adcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99adcd


Comments

No comments written yet.

Please login to write comment.