Color Hex Logo

#aeade1 Color Hex

#AEADE1
(174,173,225)
0 Favorites   0 Comments

Color spaces of #aeade1

RGB 174173225
HSL0.670.460.78
HSV241°23°88°
CMYK 0.230.230.00   0.12
XYZ45.989744.322177.3653
Yxy44.32210.27430.2643
Hunter Lab66.57486.8013-22.2973
CIE-Lab72.443311.3131-25.9789

#aeade1 color RGB value is (174,173,225).

#aeade1 hex color red value is 174, green value is 173 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #aeade1 hue: 0.67 , saturation: 0.46 and the lightness value of aeade1 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 11100001
Octal 256 255 341
Decimal 174 173 225
Hex AE AD E1

RGB Percentages of Color #aeade1

%30.42
%30.24
%39.34

CMYK Percentages of Color #aeade1

%23
%23
%0
%12

Triadic Colors of #aeade1

#aeade1 #e1aead #ade1ae

Analogous Colors of #aeade1

#aeade1 #c8ade1 #adc6e1

Monochromatic Colors of #aeade1

#aeade1

Complementary Color

#aeade1 #e0e1ad

#aeade1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeade1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeade1 Color CSS Codes

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

#aeade1 Text Font Color

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

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


#aeade1 Background Color

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

This div background color is #aeade1


#aeade1 Border Color

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

This div border color is #aeade1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeade1


Comments

No comments written yet.

Please login to write comment.