Color Hex Logo

#a2afdb Color Hex

#A2AFDB
(162,175,219)
0 Favorites   0 Comments

Color spaces of #a2afdb

RGB 162175219
HSL0.630.440.75
HSV226°26°86°
CMYK 0.260.200.00   0.14
XYZ43.016443.455873.1384
Yxy43.45580.26950.2723
Hunter Lab65.92101.1174-19.6367
CIE-Lab71.86325.1648-23.6677

#a2afdb color RGB value is (162,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101111 11011011
Octal 242 257 333
Decimal 162 175 219
Hex A2 AF DB

RGB Percentages of Color #a2afdb

%29.14
%31.47
%39.39

CMYK Percentages of Color #a2afdb

%26
%20
%0
%14

Triadic Colors of #a2afdb

#a2afdb #dba2af #afdba2

Analogous Colors of #a2afdb

#a2afdb #b2a2db #a2ccdb

Monochromatic Colors of #a2afdb

#a2afdb

Complementary Color

#a2afdb #dbcea2

#a2afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2afdb Color CSS Codes

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

#a2afdb Text Font Color

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

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


#a2afdb Background Color

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

This div background color is #a2afdb


#a2afdb Border Color

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

This div border color is #a2afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2afdb


Comments

No comments written yet.

Please login to write comment.