Color Hex Logo

#99abdc Color Hex

#99ABDC
(153,171,220)
0 Favorites   0 Comments

Color spaces of #99abdc

RGB 153171220
HSL0.620.490.73
HSV224°30°86°
CMYK 0.300.220.00   0.14
XYZ40.618041.065473.4958
Yxy41.06540.26170.2646
Hunter Lab64.08230.9967-23.1419
CIE-Lab70.22174.9689-26.7827

#99abdc color RGB value is (153,171,220).

#99abdc hex color red value is 153, green value is 171 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #99abdc hue: 0.62 , saturation: 0.49 and the lightness value of 99abdc is 0.73.

The process color (four color CMYK) of #99abdc color hex is 0.30, 0.22, 0.00, 0.14. Web safe color of #99abdc is #9999cc. Color #99abdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101011 11011100
Octal 231 253 334
Decimal 153 171 220
Hex 99 AB DC

RGB Percentages of Color #99abdc

%28.13
%31.43
%40.44

CMYK Percentages of Color #99abdc

%30
%22
%0
%14

Triadic Colors of #99abdc

#99abdc #dc99ab #abdc99

Analogous Colors of #99abdc

#99abdc #a999dc #99cddc

Monochromatic Colors of #99abdc

#99abdc

Complementary Color

#99abdc #dcca99

#99abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#99abdc Color CSS Codes

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

#99abdc Text Font Color

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

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


#99abdc Background Color

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

This div background color is #99abdc


#99abdc Border Color

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

This div border color is #99abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99abdc


Comments

No comments written yet.

Please login to write comment.