Color Hex Logo

#a5acdd Color Hex

#A5ACDD
(165,172,221)
0 Favorites   0 Comments

Color spaces of #a5acdd

RGB 165172221
HSL0.650.450.76
HSV233°25°87°
CMYK 0.250.220.00   0.13
XYZ43.320742.724874.3701
Yxy42.72480.27010.2663
Hunter Lab65.36423.9151-21.7040
CIE-Lab71.36788.2035-25.4997

#a5acdd color RGB value is (165,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101100 11011101
Octal 245 254 335
Decimal 165 172 221
Hex A5 AC DD

RGB Percentages of Color #a5acdd

%29.57
%30.82
%39.61

CMYK Percentages of Color #a5acdd

%25
%22
%0
%13

Triadic Colors of #a5acdd

#a5acdd #dda5ac #acdda5

Analogous Colors of #a5acdd

#a5acdd #baa5dd #a5c8dd

Monochromatic Colors of #a5acdd

#a5acdd

Complementary Color

#a5acdd #ddd6a5

#a5acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5acdd Color CSS Codes

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

#a5acdd Text Font Color

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

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


#a5acdd Background Color

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

This div background color is #a5acdd


#a5acdd Border Color

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

This div border color is #a5acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5acdd


Comments

No comments written yet.

Please login to write comment.