Color Hex Logo

#a5acd7 Color Hex

#A5ACD7
(165,172,215)
0 Favorites   0 Comments

Color spaces of #a5acd7

RGB 165172215
HSL0.640.380.75
HSV232°23°84°
CMYK 0.230.200.00   0.16
XYZ42.535342.410770.2342
Yxy42.41070.27410.2733
Hunter Lab65.12352.6208-18.3565
CIE-Lab71.15326.7890-22.5422

#a5acd7 color RGB value is (165,172,215).

#a5acd7 hex color red value is 165, green value is 172 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #a5acd7 hue: 0.64 , saturation: 0.38 and the lightness value of a5acd7 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101100 11010111
Octal 245 254 327
Decimal 165 172 215
Hex A5 AC D7

RGB Percentages of Color #a5acd7

%29.89
%31.16
%38.95

CMYK Percentages of Color #a5acd7

%23
%20
%0
%16

Triadic Colors of #a5acd7

#a5acd7 #d7a5ac #acd7a5

Analogous Colors of #a5acd7

#a5acd7 #b7a5d7 #a5c5d7

Monochromatic Colors of #a5acd7

#a5acd7

Complementary Color

#a5acd7 #d7d0a5

#a5acd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5acd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5acd7 Color CSS Codes

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

#a5acd7 Text Font Color

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

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


#a5acd7 Background Color

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

This div background color is #a5acd7


#a5acd7 Border Color

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

This div border color is #a5acd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5acd7


Comments

No comments written yet.

Please login to write comment.