Color Hex Logo

#a8aedc Color Hex

#A8AEDC
(168,174,220)
0 Favorites   0 Comments

Color spaces of #a8aedc

RGB 168174220
HSL0.650.430.76
HSV233°24°86°
CMYK 0.240.210.00   0.14
XYZ44.202843.764273.8278
Yxy43.76420.27320.2705
Hunter Lab66.15453.4989-19.8589
CIE-Lab72.07067.7682-23.8588

#a8aedc color RGB value is (168,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101110 11011100
Octal 250 256 334
Decimal 168 174 220
Hex A8 AE DC

RGB Percentages of Color #a8aedc

%29.89
%30.96
%39.15

CMYK Percentages of Color #a8aedc

%24
%21
%0
%14

Triadic Colors of #a8aedc

#a8aedc #dca8ae #aedca8

Analogous Colors of #a8aedc

#a8aedc #bca8dc #a8c8dc

Monochromatic Colors of #a8aedc

#a8aedc

Complementary Color

#a8aedc #dcd6a8

#a8aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8aedc Color CSS Codes

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

#a8aedc Text Font Color

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

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


#a8aedc Background Color

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

This div background color is #a8aedc


#a8aedc Border Color

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

This div border color is #a8aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8aedc


Comments

No comments written yet.

Please login to write comment.