Color Hex Logo

#aeabda Color Hex

#AEABDA
(174,171,218)
0 Favorites   0 Comments

Color spaces of #aeabda

RGB 174171218
HSL0.680.390.76
HSV244°22°85°
CMYK 0.200.220.00   0.15
XYZ44.673443.186472.3109
Yxy43.18640.27890.2696
Hunter Lab65.71646.3391-19.2382
CIE-Lab71.681310.8162-23.3183

#aeabda color RGB value is (174,171,218).

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

The process color (four color CMYK) of #aeabda color hex is 0.20, 0.22, 0.00, 0.15. Web safe color of #aeabda is #9999cc. Color #aeabda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 11011010
Octal 256 253 332
Decimal 174 171 218
Hex AE AB DA

RGB Percentages of Color #aeabda

%30.91
%30.37
%38.72

CMYK Percentages of Color #aeabda

%20
%22
%0
%15

Triadic Colors of #aeabda

#aeabda #daaeab #abdaae

Analogous Colors of #aeabda

#aeabda #c6abda #abc0da

Monochromatic Colors of #aeabda

#aeabda

Complementary Color

#aeabda #d7daab

#aeabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabda Color CSS Codes

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

#aeabda Text Font Color

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

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


#aeabda Background Color

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

This div background color is #aeabda


#aeabda Border Color

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

This div border color is #aeabda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabda


Comments

No comments written yet.

Please login to write comment.