Color Hex Logo

#a5acda Color Hex

#A5ACDA
(165,172,218)
0 Favorites   0 Comments

Color spaces of #a5acda

RGB 165172218
HSL0.640.420.75
HSV232°24°85°
CMYK 0.240.210.00   0.15
XYZ42.924542.566372.2834
Yxy42.56630.27210.2698
Hunter Lab65.24293.2635-20.0182
CIE-Lab71.25967.4931-24.0232

#a5acda color RGB value is (165,172,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101100 11011010
Octal 245 254 332
Decimal 165 172 218
Hex A5 AC DA

RGB Percentages of Color #a5acda

%29.73
%30.99
%39.28

CMYK Percentages of Color #a5acda

%24
%21
%0
%15

Triadic Colors of #a5acda

#a5acda #daa5ac #acdaa5

Analogous Colors of #a5acda

#a5acda #b9a5da #a5c7da

Monochromatic Colors of #a5acda

#a5acda

Complementary Color

#a5acda #dad3a5

#a5acda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5acda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5acda Color CSS Codes

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

#a5acda Text Font Color

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

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


#a5acda Background Color

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

This div background color is #a5acda


#a5acda Border Color

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

This div border color is #a5acda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5acda


Comments

No comments written yet.

Please login to write comment.