Color Hex Logo

#aea6ca Color Hex

#AEA6CA
(174,166,202)
0 Favorites   0 Comments

Color spaces of #aea6ca

RGB 174166202
HSL0.700.250.72
HSV253°18°79°
CMYK 0.140.180.00   0.21
XYZ41.752440.535461.5006
Yxy40.53540.29040.2819
Hunter Lab63.66745.6404-12.7050
CIE-Lab69.849210.0486-17.3084

#aea6ca color RGB value is (174,166,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 11001010
Octal 256 246 312
Decimal 174 166 202
Hex AE A6 CA

RGB Percentages of Color #aea6ca

%32.10
%30.63
%37.27

CMYK Percentages of Color #aea6ca

%14
%18
%0
%21

Triadic Colors of #aea6ca

#aea6ca #caaea6 #a6caae

Analogous Colors of #aea6ca

#aea6ca #c0a6ca #a6b0ca

Monochromatic Colors of #aea6ca

#aea6ca

Complementary Color

#aea6ca #c2caa6

#aea6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea6ca Color CSS Codes

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

#aea6ca Text Font Color

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

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


#aea6ca Background Color

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

This div background color is #aea6ca


#aea6ca Border Color

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

This div border color is #aea6ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea6ca


Comments

No comments written yet.

Please login to write comment.