Color Hex Logo

#adafdb Color Hex

#ADAFDB
(173,175,219)
0 Favorites   0 Comments

Color spaces of #adafdb

RGB 173175219
HSL0.660.390.77
HSV237°21°86°
CMYK 0.210.200.00   0.14
XYZ45.349744.658773.2476
Yxy44.65870.27780.2736
Hunter Lab66.82724.1847-18.2073
CIE-Lab72.66668.5211-22.3697

#adafdb color RGB value is (173,175,219).

#adafdb hex color red value is 173, green value is 175 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #adafdb hue: 0.66 , saturation: 0.39 and the lightness value of adafdb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101111 11011011
Octal 255 257 333
Decimal 173 175 219
Hex AD AF DB

RGB Percentages of Color #adafdb

%30.51
%30.86
%38.62

CMYK Percentages of Color #adafdb

%21
%20
%0
%14

Triadic Colors of #adafdb

#adafdb #dbadaf #afdbad

Analogous Colors of #adafdb

#adafdb #c2addb #adc6db

Monochromatic Colors of #adafdb

#adafdb

Complementary Color

#adafdb #dbd9ad

#adafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adafdb Color CSS Codes

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

#adafdb Text Font Color

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

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


#adafdb Background Color

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

This div background color is #adafdb


#adafdb Border Color

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

This div border color is #adafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adafdb


Comments

No comments written yet.

Please login to write comment.