Color Hex Logo

#adb6dc Color Hex

#ADB6DC
(173,182,220)
0 Favorites   0 Comments

Color spaces of #adb6dc

RGB 173182220
HSL0.630.400.77
HSV229°21°86°
CMYK 0.210.170.00   0.14
XYZ46.879847.507474.4092
Yxy47.50740.27770.2814
Hunter Lab68.92560.7871-15.7591
CIE-Lab74.51324.9074-20.1075

#adb6dc color RGB value is (173,182,220).

#adb6dc hex color red value is 173, green value is 182 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #adb6dc hue: 0.63 , saturation: 0.40 and the lightness value of adb6dc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110110 11011100
Octal 255 266 334
Decimal 173 182 220
Hex AD B6 DC

RGB Percentages of Color #adb6dc

%30.09
%31.65
%38.26

CMYK Percentages of Color #adb6dc

%21
%17
%0
%14

Triadic Colors of #adb6dc

#adb6dc #dcadb6 #b6dcad

Analogous Colors of #adb6dc

#adb6dc #bcaddc #adcedc

Monochromatic Colors of #adb6dc

#adb6dc

Complementary Color

#adb6dc #dcd3ad

#adb6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb6dc Color CSS Codes

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

#adb6dc Text Font Color

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

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


#adb6dc Background Color

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

This div background color is #adb6dc


#adb6dc Border Color

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

This div border color is #adb6dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,182,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb6dc


Comments

No comments written yet.

Please login to write comment.