Color Hex Logo

#adb3dc Color Hex

#ADB3DC
(173,179,220)
0 Favorites   0 Comments

Color spaces of #adb3dc

RGB 173179220
HSL0.650.400.77
HSV232°21°86°
CMYK 0.210.190.00   0.14
XYZ46.271946.291774.2066
Yxy46.29170.27750.2776
Hunter Lab68.03802.3294-17.0389
CIE-Lab73.73446.5491-21.2901

#adb3dc color RGB value is (173,179,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110011 11011100
Octal 255 263 334
Decimal 173 179 220
Hex AD B3 DC

RGB Percentages of Color #adb3dc

%30.24
%31.29
%38.46

CMYK Percentages of Color #adb3dc

%21
%19
%0
%14

Triadic Colors of #adb3dc

#adb3dc #dcadb3 #b3dcad

Analogous Colors of #adb3dc

#adb3dc #bfaddc #adcbdc

Monochromatic Colors of #adb3dc

#adb3dc

Complementary Color

#adb3dc #dcd6ad

#adb3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb3dc Color CSS Codes

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

#adb3dc Text Font Color

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

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


#adb3dc Background Color

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

This div background color is #adb3dc


#adb3dc Border Color

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

This div border color is #adb3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb3dc

#adb3dc Color Palettes


Comments

No comments written yet.

Please login to write comment.