Color Hex Logo

#aeadc1 Color Hex

#AEADC1
(174,173,193)
0 Favorites   0 Comments

Color spaces of #aeadc1

RGB 174173193
HSL0.680.140.72
HSV243°10°76°
CMYK 0.100.100.00   0.24
XYZ42.024842.736156.4860
Yxy42.73610.29750.3026
Hunter Lab65.37290.3459-5.4691
CIE-Lab71.37554.2945-10.0555

#aeadc1 color RGB value is (174,173,193).

#aeadc1 hex color red value is 174, green value is 173 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #aeadc1 hue: 0.68 , saturation: 0.14 and the lightness value of aeadc1 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 11000001
Octal 256 255 301
Decimal 174 173 193
Hex AE AD C1

RGB Percentages of Color #aeadc1

%32.22
%32.04
%35.74

CMYK Percentages of Color #aeadc1

%10
%10
%0
%24

Triadic Colors of #aeadc1

#aeadc1 #c1aead #adc1ae

Analogous Colors of #aeadc1

#aeadc1 #b8adc1 #adb6c1

Monochromatic Colors of #aeadc1

#aeadc1

Complementary Color

#aeadc1 #c0c1ad

#aeadc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeadc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeadc1 Color CSS Codes

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

#aeadc1 Text Font Color

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

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


#aeadc1 Background Color

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

This div background color is #aeadc1


#aeadc1 Border Color

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

This div border color is #aeadc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeadc1


Comments

No comments written yet.

Please login to write comment.