Color Hex Logo

#a5accf Color Hex

#A5ACCF
(165,172,207)
0 Favorites   0 Comments

Color spaces of #a5accf

RGB 165172207
HSL0.640.300.73
HSV230°20°81°
CMYK 0.200.170.00   0.19
XYZ41.532142.009464.9511
Yxy42.00940.27970.2829
Hunter Lab64.81470.9540-14.0446
CIE-Lab70.87744.9469-18.5713

#a5accf color RGB value is (165,172,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101100 11001111
Octal 245 254 317
Decimal 165 172 207
Hex A5 AC CF

RGB Percentages of Color #a5accf

%30.33
%31.62
%38.05

CMYK Percentages of Color #a5accf

%20
%17
%0
%19

Triadic Colors of #a5accf

#a5accf #cfa5ac #accfa5

Analogous Colors of #a5accf

#a5accf #b3a5cf #a5c1cf

Monochromatic Colors of #a5accf

#a5accf

Complementary Color

#a5accf #cfc8a5

#a5accf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5accf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5accf Color CSS Codes

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

#a5accf Text Font Color

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

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


#a5accf Background Color

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

This div background color is #a5accf


#a5accf Border Color

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

This div border color is #a5accf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5accf


Comments

No comments written yet.

Please login to write comment.