Color Hex Logo

#a5abce Color Hex

#A5ABCE
(165,171,206)
0 Favorites   0 Comments

Color spaces of #a5abce

RGB 165171206
HSL0.640.290.73
HSV231°20°81°
CMYK 0.200.170.00   0.19
XYZ41.220541.581464.2460
Yxy41.58140.28030.2828
Hunter Lab64.48361.2579-13.9329
CIE-Lab70.58145.2718-18.4703

#a5abce color RGB value is (165,171,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101011 11001110
Octal 245 253 316
Decimal 165 171 206
Hex A5 AB CE

RGB Percentages of Color #a5abce

%30.44
%31.55
%38.01

CMYK Percentages of Color #a5abce

%20
%17
%0
%19

Triadic Colors of #a5abce

#a5abce #cea5ab #abcea5

Analogous Colors of #a5abce

#a5abce #b4a5ce #a5c0ce

Monochromatic Colors of #a5abce

#a5abce

Complementary Color

#a5abce #cec8a5

#a5abce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5abce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5abce Color CSS Codes

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

#a5abce Text Font Color

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

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


#a5abce Background Color

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

This div background color is #a5abce


#a5abce Border Color

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

This div border color is #a5abce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,171,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 #a5abce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5abce


Comments

No comments written yet.

Please login to write comment.