Color Hex Logo

#adabcc Color Hex

#ADABCC
(173,171,204)
0 Favorites   0 Comments

Color spaces of #adabcc

RGB 173171204
HSL0.680.240.74
HSV244°16°80°
CMYK 0.150.160.00   0.20
XYZ42.695642.369763.0546
Yxy42.36970.28830.2861
Hunter Lab65.09203.1719-11.8698
CIE-Lab71.12517.3899-16.4895

#adabcc color RGB value is (173,171,204).

#adabcc hex color red value is 173, green value is 171 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #adabcc hue: 0.68 , saturation: 0.24 and the lightness value of adabcc is 0.74.

The process color (four color CMYK) of #adabcc color hex is 0.15, 0.16, 0.00, 0.20. Web safe color of #adabcc is #9999cc. Color #adabcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 11001100
Octal 255 253 314
Decimal 173 171 204
Hex AD AB CC

RGB Percentages of Color #adabcc

%31.57
%31.20
%37.23

CMYK Percentages of Color #adabcc

%15
%16
%0
%20

Triadic Colors of #adabcc

#adabcc #ccadab #abccad

Analogous Colors of #adabcc

#adabcc #beabcc #abbacc

Monochromatic Colors of #adabcc

#adabcc

Complementary Color

#adabcc #caccab

#adabcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabcc Color CSS Codes

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

#adabcc Text Font Color

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

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


#adabcc Background Color

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

This div background color is #adabcc


#adabcc Border Color

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

This div border color is #adabcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabcc


Comments

No comments written yet.

Please login to write comment.