Color Hex Logo

#ae9adc Color Hex

#AE9ADC
(174,154,220)
0 Favorites   0 Comments

Color spaces of #ae9adc

RGB 174154220
HSL0.720.490.73
HSV258°30°86°
CMYK 0.210.300.00   0.14
XYZ41.929437.277272.6954
Yxy37.27720.27600.2454
Hunter Lab61.055115.7381-27.8553
CIE-Lab67.484520.7776-30.8629

#ae9adc color RGB value is (174,154,220).

#ae9adc hex color red value is 174, green value is 154 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ae9adc hue: 0.72 , saturation: 0.49 and the lightness value of ae9adc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011010 11011100
Octal 256 232 334
Decimal 174 154 220
Hex AE 9A DC

RGB Percentages of Color #ae9adc

%31.75
%28.10
%40.15

CMYK Percentages of Color #ae9adc

%21
%30
%0
%14

Triadic Colors of #ae9adc

#ae9adc #dcae9a #9adcae

Analogous Colors of #ae9adc

#ae9adc #cf9adc #9aa7dc

Monochromatic Colors of #ae9adc

#ae9adc

Complementary Color

#ae9adc #c8dc9a

#ae9adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9adc Color CSS Codes

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

#ae9adc Text Font Color

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

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


#ae9adc Background Color

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

This div background color is #ae9adc


#ae9adc Border Color

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

This div border color is #ae9adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9adc


Comments

No comments written yet.

Please login to write comment.