Color Hex Logo

#aeabd5 Color Hex

#AEABD5
(174,171,213)
0 Favorites   0 Comments

Color spaces of #aeabd5

RGB 174171213
HSL0.680.330.75
HSV244°20°84°
CMYK 0.180.200.00   0.16
XYZ44.028742.928668.9163
Yxy42.92860.28250.2754
Hunter Lab65.51995.2903-16.4995
CIE-Lab71.50659.6905-20.8453

#aeabd5 color RGB value is (174,171,213).

#aeabd5 hex color red value is 174, green value is 171 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #aeabd5 hue: 0.68 , saturation: 0.33 and the lightness value of aeabd5 is 0.75.

The process color (four color CMYK) of #aeabd5 color hex is 0.18, 0.20, 0.00, 0.16. Web safe color of #aeabd5 is #9999cc. Color #aeabd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 11010101
Octal 256 253 325
Decimal 174 171 213
Hex AE AB D5

RGB Percentages of Color #aeabd5

%31.18
%30.65
%38.17

CMYK Percentages of Color #aeabd5

%18
%20
%0
%16

Triadic Colors of #aeabd5

#aeabd5 #d5aeab #abd5ae

Analogous Colors of #aeabd5

#aeabd5 #c3abd5 #abbdd5

Monochromatic Colors of #aeabd5

#aeabd5

Complementary Color

#aeabd5 #d2d5ab

#aeabd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabd5 Color CSS Codes

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

#aeabd5 Text Font Color

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

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


#aeabd5 Background Color

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

This div background color is #aeabd5


#aeabd5 Border Color

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

This div border color is #aeabd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabd5


Comments

No comments written yet.

Please login to write comment.