Color Hex Logo

#a8aede Color Hex

#A8AEDE
(168,174,222)
0 Favorites   0 Comments

Color spaces of #a8aede

RGB 168174222
HSL0.650.450.76
HSV233°24°87°
CMYK 0.240.220.00   0.13
XYZ44.469343.870975.2314
Yxy43.87090.27190.2682
Hunter Lab66.23513.9309-20.9784
CIE-Lab72.14218.2369-24.8420

#a8aede color RGB value is (168,174,222).

#a8aede hex color red value is 168, green value is 174 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a8aede hue: 0.65 , saturation: 0.45 and the lightness value of a8aede is 0.76.

The process color (four color CMYK) of #a8aede color hex is 0.24, 0.22, 0.00, 0.13. Web safe color of #a8aede is #9999cc. Color #a8aede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101110 11011110
Octal 250 256 336
Decimal 168 174 222
Hex A8 AE DE

RGB Percentages of Color #a8aede

%29.79
%30.85
%39.36

CMYK Percentages of Color #a8aede

%24
%22
%0
%13

Triadic Colors of #a8aede

#a8aede #dea8ae #aedea8

Analogous Colors of #a8aede

#a8aede #bda8de #a8c9de

Monochromatic Colors of #a8aede

#a8aede

Complementary Color

#a8aede #ded8a8

#a8aede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8aede Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8aede Color CSS Codes

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

#a8aede Text Font Color

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

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


#a8aede Background Color

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

This div background color is #a8aede


#a8aede Border Color

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

This div border color is #a8aede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,174,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8aede


Comments

No comments written yet.

Please login to write comment.