Color Hex Logo

#99afdb Color Hex

#99AFDB
(153,175,219)
0 Favorites   0 Comments

Color spaces of #99afdb

RGB 153175219
HSL0.610.480.73
HSV220°30°86°
CMYK 0.300.200.00   0.14
XYZ41.253042.546773.0559
Yxy42.54670.26300.2712
Hunter Lab65.2278-1.2573-20.7460
CIE-Lab71.24622.5054-24.6656

#99afdb color RGB value is (153,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101111 11011011
Octal 231 257 333
Decimal 153 175 219
Hex 99 AF DB

RGB Percentages of Color #99afdb

%27.97
%31.99
%40.04

CMYK Percentages of Color #99afdb

%30
%20
%0
%14

Triadic Colors of #99afdb

#99afdb #db99af #afdb99

Analogous Colors of #99afdb

#99afdb #a499db #99d0db

Monochromatic Colors of #99afdb

#99afdb

Complementary Color

#99afdb #dbc599

#99afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#99afdb Color CSS Codes

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

#99afdb Text Font Color

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

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


#99afdb Background Color

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

This div background color is #99afdb


#99afdb Border Color

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

This div border color is #99afdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,175,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 #99afdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99afdb


Comments

No comments written yet.

Please login to write comment.