Color Hex Logo

#adabdc Color Hex

#ADABDC
(173,171,220)
0 Favorites   0 Comments

Color spaces of #adabdc

RGB 173171220
HSL0.670.410.77
HSV242°22°86°
CMYK 0.210.220.00   0.14
XYZ44.714843.177473.6875
Yxy43.17740.27670.2672
Hunter Lab65.70956.4762-20.4919
CIE-Lab71.675210.9625-24.4291

#adabdc color RGB value is (173,171,220).

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

The process color (four color CMYK) of #adabdc color hex is 0.21, 0.22, 0.00, 0.14. Web safe color of #adabdc is #9999cc. Color #adabdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 11011100
Octal 255 253 334
Decimal 173 171 220
Hex AD AB DC

RGB Percentages of Color #adabdc

%30.67
%30.32
%39.01

CMYK Percentages of Color #adabdc

%21
%22
%0
%14

Triadic Colors of #adabdc

#adabdc #dcadab #abdcad

Analogous Colors of #adabdc

#adabdc #c6abdc #abc2dc

Monochromatic Colors of #adabdc

#adabdc

Complementary Color

#adabdc #dadcab

#adabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabdc Color CSS Codes

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

#adabdc Text Font Color

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

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


#adabdc Background Color

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

This div background color is #adabdc


#adabdc Border Color

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

This div border color is #adabdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabdc


Comments

No comments written yet.

Please login to write comment.