Color Hex Logo

#a7acdf Color Hex

#A7ACDF
(167,172,223)
0 Favorites   0 Comments

Color spaces of #a7acdf

RGB 167172223
HSL0.650.470.76
HSV235°25°87°
CMYK 0.250.230.00   0.13
XYZ44.008243.048375.8017
Yxy43.04830.27020.2643
Hunter Lab65.61124.9079-22.5709
CIE-Lab71.58779.2802-26.2435

#a7acdf color RGB value is (167,172,223).

#a7acdf hex color red value is 167, green value is 172 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a7acdf hue: 0.65 , saturation: 0.47 and the lightness value of a7acdf is 0.76.

The process color (four color CMYK) of #a7acdf color hex is 0.25, 0.23, 0.00, 0.13. Web safe color of #a7acdf is #9999cc. Color #a7acdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101100 11011111
Octal 247 254 337
Decimal 167 172 223
Hex A7 AC DF

RGB Percentages of Color #a7acdf

%29.72
%30.60
%39.68

CMYK Percentages of Color #a7acdf

%25
%23
%0
%13

Triadic Colors of #a7acdf

#a7acdf #dfa7ac #acdfa7

Analogous Colors of #a7acdf

#a7acdf #bea7df #a7c8df

Monochromatic Colors of #a7acdf

#a7acdf

Complementary Color

#a7acdf #dfdaa7

#a7acdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7acdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7acdf Color CSS Codes

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

#a7acdf Text Font Color

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

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


#a7acdf Background Color

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

This div background color is #a7acdf


#a7acdf Border Color

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

This div border color is #a7acdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7acdf


Comments

No comments written yet.

Please login to write comment.