Color Hex Logo

#adbbdb Color Hex

#ADBBDB
(173,187,219)
0 Favorites   0 Comments

Color spaces of #adbbdb

RGB 173187219
HSL0.620.390.77
HSV222°21°86°
CMYK 0.210.150.00   0.14
XYZ47.790149.539474.0611
Yxy49.53940.27880.2890
Hunter Lab70.3842-1.9729-13.1183
CIE-Lab75.78571.9631-17.6384

#adbbdb color RGB value is (173,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111011 11011011
Octal 255 273 333
Decimal 173 187 219
Hex AD BB DB

RGB Percentages of Color #adbbdb

%29.88
%32.30
%37.82

CMYK Percentages of Color #adbbdb

%21
%15
%0
%14

Triadic Colors of #adbbdb

#adbbdb #dbadbb #bbdbad

Analogous Colors of #adbbdb

#adbbdb #b6addb #add2db

Monochromatic Colors of #adbbdb

#adbbdb

Complementary Color

#adbbdb #dbcdad

#adbbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbbdb Color CSS Codes

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

#adbbdb Text Font Color

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

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


#adbbdb Background Color

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

This div background color is #adbbdb


#adbbdb Border Color

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

This div border color is #adbbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbbdb


Comments

No comments written yet.

Please login to write comment.