Color Hex Logo

#adbadb Color Hex

#ADBADB
(173,186,219)
0 Favorites   0 Comments

Color spaces of #adbadb

RGB 173186219
HSL0.620.390.77
HSV223°21°86°
CMYK 0.210.150.00   0.14
XYZ47.578749.116573.9906
Yxy49.11650.27880.2878
Hunter Lab70.0832-1.4638-13.5375
CIE-Lab75.52372.5049-18.0342

#adbadb color RGB value is (173,186,219).

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

The process color (four color CMYK) of #adbadb color hex is 0.21, 0.15, 0.00, 0.14. Web safe color of #adbadb is #99cccc. Color #adbadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 11011011
Octal 255 272 333
Decimal 173 186 219
Hex AD BA DB

RGB Percentages of Color #adbadb

%29.93
%32.18
%37.89

CMYK Percentages of Color #adbadb

%21
%15
%0
%14

Triadic Colors of #adbadb

#adbadb #dbadba #badbad

Analogous Colors of #adbadb

#adbadb #b7addb #add1db

Monochromatic Colors of #adbadb

#adbadb

Complementary Color

#adbadb #dbcead

#adbadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbadb Color CSS Codes

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

#adbadb Text Font Color

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

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


#adbadb Background Color

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

This div background color is #adbadb


#adbadb Border Color

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

This div border color is #adbadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbadb


Comments

No comments written yet.

Please login to write comment.