Color Hex Logo

#a7adca Color Hex

#A7ADCA
(167,173,202)
0 Favorites   0 Comments

Color spaces of #a7adca

RGB 167173202
HSL0.640.250.72
HSV230°17°79°
CMYK 0.170.140.00   0.21
XYZ41.540642.366961.8653
Yxy42.36690.28500.2906
Hunter Lab65.08990.0121-10.7899
CIE-Lab71.12313.9136-15.4380

#a7adca color RGB value is (167,173,202).

#a7adca hex color red value is 167, green value is 173 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a7adca hue: 0.64 , saturation: 0.25 and the lightness value of a7adca is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101101 11001010
Octal 247 255 312
Decimal 167 173 202
Hex A7 AD CA

RGB Percentages of Color #a7adca

%30.81
%31.92
%37.27

CMYK Percentages of Color #a7adca

%17
%14
%0
%21

Triadic Colors of #a7adca

#a7adca #caa7ad #adcaa7

Analogous Colors of #a7adca

#a7adca #b3a7ca #a7bfca

Monochromatic Colors of #a7adca

#a7adca

Complementary Color

#a7adca #cac4a7

#a7adca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7adca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7adca Color CSS Codes

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

#a7adca Text Font Color

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

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


#a7adca Background Color

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

This div background color is #a7adca


#a7adca Border Color

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

This div border color is #a7adca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7adca


Comments

No comments written yet.

Please login to write comment.