Color Hex Logo

#ae9cca Color Hex

#AE9CCA
(174,156,202)
0 Favorites   0 Comments

Color spaces of #ae9cca

RGB 174156202
HSL0.730.300.70
HSV263°23°79°
CMYK 0.140.230.00   0.21
XYZ40.004737.039960.9180
Yxy37.03990.29000.2685
Hunter Lab60.860410.8257-16.7438
CIE-Lab67.307015.6274-21.1678

#ae9cca color RGB value is (174,156,202).

#ae9cca hex color red value is 174, green value is 156 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ae9cca hue: 0.73 , saturation: 0.30 and the lightness value of ae9cca is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011100 11001010
Octal 256 234 312
Decimal 174 156 202
Hex AE 9C CA

RGB Percentages of Color #ae9cca

%32.71
%29.32
%37.97

CMYK Percentages of Color #ae9cca

%14
%23
%0
%21

Triadic Colors of #ae9cca

#ae9cca #caae9c #9ccaae

Analogous Colors of #ae9cca

#ae9cca #c59cca #9ca1ca

Monochromatic Colors of #ae9cca

#ae9cca

Complementary Color

#ae9cca #b8ca9c

#ae9cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9cca Color CSS Codes

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

#ae9cca Text Font Color

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

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


#ae9cca Background Color

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

This div background color is #ae9cca


#ae9cca Border Color

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

This div border color is #ae9cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9cca


Comments

No comments written yet.

Please login to write comment.