Color Hex Logo

#aea4ca Color Hex

#AEA4CA
(174,164,202)
0 Favorites   0 Comments

Color spaces of #aea4ca

RGB 174164202
HSL0.710.260.72
HSV256°19°79°
CMYK 0.140.190.00   0.21
XYZ41.391739.813961.3804
Yxy39.81390.29030.2792
Hunter Lab63.09836.6719-13.5070
CIE-Lab69.336811.1595-18.0840

#aea4ca color RGB value is (174,164,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 11001010
Octal 256 244 312
Decimal 174 164 202
Hex AE A4 CA

RGB Percentages of Color #aea4ca

%32.22
%30.37
%37.41

CMYK Percentages of Color #aea4ca

%14
%19
%0
%21

Triadic Colors of #aea4ca

#aea4ca #caaea4 #a4caae

Analogous Colors of #aea4ca

#aea4ca #c1a4ca #a4adca

Monochromatic Colors of #aea4ca

#aea4ca

Complementary Color

#aea4ca #c0caa4

#aea4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea4ca Color CSS Codes

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

#aea4ca Text Font Color

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

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


#aea4ca Background Color

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

This div background color is #aea4ca


#aea4ca Border Color

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

This div border color is #aea4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea4ca


Comments

No comments written yet.

Please login to write comment.