Color Hex Logo

#a5acca Color Hex

#A5ACCA
(165,172,202)
0 Favorites   0 Comments

Color spaces of #a5acca

RGB 165172202
HSL0.640.260.72
HSV229°18°79°
CMYK 0.180.150.00   0.21
XYZ40.930241.768661.7820
Yxy41.76860.28330.2891
Hunter Lab64.6286-0.0536-11.4385
CIE-Lab70.71113.8220-16.0741

#a5acca color RGB value is (165,172,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101100 11001010
Octal 245 254 312
Decimal 165 172 202
Hex A5 AC CA

RGB Percentages of Color #a5acca

%30.61
%31.91
%37.48

CMYK Percentages of Color #a5acca

%18
%15
%0
%21

Triadic Colors of #a5acca

#a5acca #caa5ac #accaa5

Analogous Colors of #a5acca

#a5acca #b1a5ca #a5bfca

Monochromatic Colors of #a5acca

#a5acca

Complementary Color

#a5acca #cac3a5

#a5acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5acca Color CSS Codes

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

#a5acca Text Font Color

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

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


#a5acca Background Color

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

This div background color is #a5acca


#a5acca Border Color

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

This div border color is #a5acca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5acca


Comments

No comments written yet.

Please login to write comment.