Color Hex Logo

#99acdb Color Hex

#99ACDB
(153,172,219)
0 Favorites   0 Comments

Color spaces of #99acdb

RGB 153172219
HSL0.620.480.73
HSV223°30°86°
CMYK 0.300.210.00   0.14
XYZ40.675641.391872.8634
Yxy41.39180.26250.2672
Hunter Lab64.33650.2647-22.1126
CIE-Lab70.44964.1648-25.8853

#99acdb color RGB value is (153,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101100 11011011
Octal 231 254 333
Decimal 153 172 219
Hex 99 AC DB

RGB Percentages of Color #99acdb

%28.13
%31.62
%40.26

CMYK Percentages of Color #99acdb

%30
%21
%0
%14

Triadic Colors of #99acdb

#99acdb #db99ac #acdb99

Analogous Colors of #99acdb

#99acdb #a799db #99cddb

Monochromatic Colors of #99acdb

#99acdb

Complementary Color

#99acdb #dbc899

#99acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#99acdb Color CSS Codes

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

#99acdb Text Font Color

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

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


#99acdb Background Color

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

This div background color is #99acdb


#99acdb Border Color

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

This div border color is #99acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99acdb


Comments

No comments written yet.

Please login to write comment.