Color Hex Logo

#a8aeda Color Hex

#A8AEDA
(168,174,218)
0 Favorites   0 Comments

Color spaces of #a8aeda

RGB 168174218
HSL0.650.400.76
HSV233°23°85°
CMYK 0.230.200.00   0.15
XYZ43.939443.658972.4408
Yxy43.65890.27460.2728
Hunter Lab66.07493.0704-18.7498
CIE-Lab71.99997.3019-22.8734

#a8aeda color RGB value is (168,174,218).

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

The process color (four color CMYK) of #a8aeda color hex is 0.23, 0.20, 0.00, 0.15. Web safe color of #a8aeda is #9999cc. Color #a8aeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101110 11011010
Octal 250 256 332
Decimal 168 174 218
Hex A8 AE DA

RGB Percentages of Color #a8aeda

%30.00
%31.07
%38.93

CMYK Percentages of Color #a8aeda

%23
%20
%0
%15

Triadic Colors of #a8aeda

#a8aeda #daa8ae #aedaa8

Analogous Colors of #a8aeda

#a8aeda #bba8da #a8c7da

Monochromatic Colors of #a8aeda

#a8aeda

Complementary Color

#a8aeda #dad4a8

#a8aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8aeda Color CSS Codes

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

#a8aeda Text Font Color

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

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


#a8aeda Background Color

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

This div background color is #a8aeda


#a8aeda Border Color

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

This div border color is #a8aeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8aeda


Comments

No comments written yet.

Please login to write comment.