Color Hex Logo

#a5afdb Color Hex

#A5AFDB
(165,175,219)
0 Favorites   0 Comments

Color spaces of #a5afdb

RGB 165175219
HSL0.640.430.75
HSV229°25°86°
CMYK 0.250.200.00   0.14
XYZ43.633243.773873.1673
Yxy43.77380.27170.2726
Hunter Lab66.16181.9363-19.2547
CIE-Lab72.07706.0693-23.3221

#a5afdb color RGB value is (165,175,219).

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

The process color (four color CMYK) of #a5afdb color hex is 0.25, 0.20, 0.00, 0.14. Web safe color of #a5afdb is #9999cc. Color #a5afdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101111 11011011
Octal 245 257 333
Decimal 165 175 219
Hex A5 AF DB

RGB Percentages of Color #a5afdb

%29.52
%31.31
%39.18

CMYK Percentages of Color #a5afdb

%25
%20
%0
%14

Triadic Colors of #a5afdb

#a5afdb #dba5af #afdba5

Analogous Colors of #a5afdb

#a5afdb #b6a5db #a5cadb

Monochromatic Colors of #a5afdb

#a5afdb

Complementary Color

#a5afdb #dbd1a5

#a5afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5afdb Color CSS Codes

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

#a5afdb Text Font Color

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

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


#a5afdb Background Color

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

This div background color is #a5afdb


#a5afdb Border Color

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

This div border color is #a5afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5afdb


Comments

No comments written yet.

Please login to write comment.