Color Hex Logo

#a5acce Color Hex

#A5ACCE
(165,172,206)
0 Favorites   0 Comments

Color spaces of #a5acce

RGB 165172206
HSL0.640.290.73
HSV230°20°81°
CMYK 0.200.170.00   0.19
XYZ41.410241.960664.3092
Yxy41.96060.28040.2841
Hunter Lab64.77700.7505-13.5179
CIE-Lab70.84374.7204-18.0729

#a5acce color RGB value is (165,172,206).

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

The process color (four color CMYK) of #a5acce color hex is 0.20, 0.17, 0.00, 0.19. Web safe color of #a5acce is #9999cc. Color #a5acce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101100 11001110
Octal 245 254 316
Decimal 165 172 206
Hex A5 AC CE

RGB Percentages of Color #a5acce

%30.39
%31.68
%37.94

CMYK Percentages of Color #a5acce

%20
%17
%0
%19

Triadic Colors of #a5acce

#a5acce #cea5ac #accea5

Analogous Colors of #a5acce

#a5acce #b3a5ce #a5c1ce

Monochromatic Colors of #a5acce

#a5acce

Complementary Color

#a5acce #cec7a5

#a5acce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5acce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5acce Color CSS Codes

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

#a5acce Text Font Color

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

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


#a5acce Background Color

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

This div background color is #a5acce


#a5acce Border Color

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

This div border color is #a5acce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5acce


Comments

No comments written yet.

Please login to write comment.