Color Hex Logo

#a5afda Color Hex

#A5AFDA
(165,175,218)
0 Favorites   0 Comments

Color spaces of #a5afda

RGB 165175218
HSL0.640.420.75
HSV229°24°85°
CMYK 0.240.200.00   0.15
XYZ43.501943.721272.4759
Yxy43.72120.27240.2738
Hunter Lab66.12201.7223-18.7020
CIE-Lab72.04185.8342-22.8294

#a5afda color RGB value is (165,175,218).

#a5afda hex color red value is 165, green value is 175 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a5afda hue: 0.64 , saturation: 0.42 and the lightness value of a5afda is 0.75.

The process color (four color CMYK) of #a5afda color hex is 0.24, 0.20, 0.00, 0.15. Web safe color of #a5afda is #9999cc. Color #a5afda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101111 11011010
Octal 245 257 332
Decimal 165 175 218
Hex A5 AF DA

RGB Percentages of Color #a5afda

%29.57
%31.36
%39.07

CMYK Percentages of Color #a5afda

%24
%20
%0
%15

Triadic Colors of #a5afda

#a5afda #daa5af #afdaa5

Analogous Colors of #a5afda

#a5afda #b6a5da #a5cada

Monochromatic Colors of #a5afda

#a5afda

Complementary Color

#a5afda #dad0a5

#a5afda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5afda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5afda Color CSS Codes

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

#a5afda Text Font Color

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

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


#a5afda Background Color

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

This div background color is #a5afda


#a5afda Border Color

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

This div border color is #a5afda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5afda


Comments

No comments written yet.

Please login to write comment.