Color Hex Logo

#adb7dc Color Hex

#ADB7DC
(173,183,220)
0 Favorites   0 Comments

Color spaces of #adb7dc

RGB 173183220
HSL0.630.400.77
HSV227°21°86°
CMYK 0.210.170.00   0.14
XYZ47.085347.918574.4777
Yxy47.91850.27780.2827
Hunter Lab69.22320.2743-15.3343
CIE-Lab74.77354.3617-19.7127

#adb7dc color RGB value is (173,183,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110111 11011100
Octal 255 267 334
Decimal 173 183 220
Hex AD B7 DC

RGB Percentages of Color #adb7dc

%30.03
%31.77
%38.19

CMYK Percentages of Color #adb7dc

%21
%17
%0
%14

Triadic Colors of #adb7dc

#adb7dc #dcadb7 #b7dcad

Analogous Colors of #adb7dc

#adb7dc #bbaddc #adcfdc

Monochromatic Colors of #adb7dc

#adb7dc

Complementary Color

#adb7dc #dcd2ad

#adb7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb7dc Color CSS Codes

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

#adb7dc Text Font Color

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

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


#adb7dc Background Color

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

This div background color is #adb7dc


#adb7dc Border Color

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

This div border color is #adb7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb7dc


Comments

No comments written yet.

Please login to write comment.