Color Hex Logo

#a4aedb Color Hex

#A4AEDB
(164,174,219)
0 Favorites   0 Comments

Color spaces of #a4aedb

RGB 164174219
HSL0.640.430.75
HSV229°25°86°
CMYK 0.250.210.00   0.14
XYZ43.232143.279173.0930
Yxy43.27910.27090.2712
Hunter Lab65.78692.1750-19.8238
CIE-Lab71.74406.3194-23.8370

#a4aedb color RGB value is (164,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101110 11011011
Octal 244 256 333
Decimal 164 174 219
Hex A4 AE DB

RGB Percentages of Color #a4aedb

%29.44
%31.24
%39.32

CMYK Percentages of Color #a4aedb

%25
%21
%0
%14

Triadic Colors of #a4aedb

#a4aedb #dba4ae #aedba4

Analogous Colors of #a4aedb

#a4aedb #b6a4db #a4cadb

Monochromatic Colors of #a4aedb

#a4aedb

Complementary Color

#a4aedb #dbd1a4

#a4aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4aedb Color CSS Codes

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

#a4aedb Text Font Color

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

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


#a4aedb Background Color

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

This div background color is #a4aedb


#a4aedb Border Color

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

This div border color is #a4aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4aedb


Comments

No comments written yet.

Please login to write comment.