Color Hex Logo

#adacca Color Hex

#ADACCA
(173,172,202)
0 Favorites   0 Comments

Color spaces of #adacca

RGB 173172202
HSL0.670.220.73
HSV242°15°79°
CMYK 0.140.150.00   0.21
XYZ42.646842.653661.8623
Yxy42.65360.28980.2898
Hunter Lab65.30972.2673-10.4435
CIE-Lab71.31926.4071-15.0973

#adacca color RGB value is (173,172,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 11001010
Octal 255 254 312
Decimal 173 172 202
Hex AD AC CA

RGB Percentages of Color #adacca

%31.63
%31.44
%36.93

CMYK Percentages of Color #adacca

%14
%15
%0
%21

Triadic Colors of #adacca

#adacca #caadac #accaad

Analogous Colors of #adacca

#adacca #bcacca #acbaca

Monochromatic Colors of #adacca

#adacca

Complementary Color

#adacca #c9caac

#adacca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adacca Color Preview on White Background

Lorem ipsum dolor sit amet.

#adacca Color CSS Codes

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

#adacca Text Font Color

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

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


#adacca Background Color

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

This div background color is #adacca


#adacca Border Color

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

This div border color is #adacca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adacca


Comments

No comments written yet.

Please login to write comment.