Color Hex Logo

#adaccc Color Hex

#ADACCC
(173,172,204)
0 Favorites   0 Comments

Color spaces of #adaccc

RGB 173172204
HSL0.670.240.74
HSV242°16°80°
CMYK 0.150.160.00   0.20
XYZ42.885242.748963.1178
Yxy42.74890.28830.2874
Hunter Lab65.38262.6605-11.4684
CIE-Lab71.38426.8389-16.0983

#adaccc color RGB value is (173,172,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 11001100
Octal 255 254 314
Decimal 173 172 204
Hex AD AC CC

RGB Percentages of Color #adaccc

%31.51
%31.33
%37.16

CMYK Percentages of Color #adaccc

%15
%16
%0
%20

Triadic Colors of #adaccc

#adaccc #ccadac #acccad

Analogous Colors of #adaccc

#adaccc #bdaccc #acbbcc

Monochromatic Colors of #adaccc

#adaccc

Complementary Color

#adaccc #cbccac

#adaccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaccc Color CSS Codes

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

#adaccc Text Font Color

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

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


#adaccc Background Color

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

This div background color is #adaccc


#adaccc Border Color

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

This div border color is #adaccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaccc


Comments

No comments written yet.

Please login to write comment.