Color Hex Logo

#a4afdb Color Hex

#A4AFDB
(164,175,219)
0 Favorites   0 Comments

Color spaces of #a4afdb

RGB 164175219
HSL0.630.430.75
HSV228°25°86°
CMYK 0.250.200.00   0.14
XYZ43.426043.666973.1576
Yxy43.66690.27100.2725
Hunter Lab66.08091.6621-19.3828
CIE-Lab72.00535.7671-23.4381

#a4afdb color RGB value is (164,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101111 11011011
Octal 244 257 333
Decimal 164 175 219
Hex A4 AF DB

RGB Percentages of Color #a4afdb

%29.39
%31.36
%39.25

CMYK Percentages of Color #a4afdb

%25
%20
%0
%14

Triadic Colors of #a4afdb

#a4afdb #dba4af #afdba4

Analogous Colors of #a4afdb

#a4afdb #b5a4db #a4cbdb

Monochromatic Colors of #a4afdb

#a4afdb

Complementary Color

#a4afdb #dbd0a4

#a4afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4afdb Color CSS Codes

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

#a4afdb Text Font Color

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

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


#a4afdb Background Color

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

This div background color is #a4afdb


#a4afdb Border Color

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

This div border color is #a4afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4afdb


Comments

No comments written yet.

Please login to write comment.