Color Hex Logo

#aebadd Color Hex

#AEBADD
(174,186,221)
0 Favorites   0 Comments

Color spaces of #aebadd

RGB 174186221
HSL0.620.410.77
HSV225°21°87°
CMYK 0.210.160.00   0.13
XYZ48.065649.336975.3963
Yxy49.33690.27820.2855
Hunter Lab70.2402-0.7723-14.4741
CIE-Lab75.66043.2654-18.9050

#aebadd color RGB value is (174,186,221).

#aebadd hex color red value is 174, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aebadd hue: 0.62 , saturation: 0.41 and the lightness value of aebadd is 0.77.

The process color (four color CMYK) of #aebadd color hex is 0.21, 0.16, 0.00, 0.13. Web safe color of #aebadd is #99cccc. Color #aebadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 11011101
Octal 256 272 335
Decimal 174 186 221
Hex AE BA DD

RGB Percentages of Color #aebadd

%29.95
%32.01
%38.04

CMYK Percentages of Color #aebadd

%21
%16
%0
%13

Triadic Colors of #aebadd

#aebadd #ddaeba #baddae

Analogous Colors of #aebadd

#aebadd #baaedd #aed2dd

Monochromatic Colors of #aebadd

#aebadd

Complementary Color

#aebadd #ddd1ae

#aebadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebadd Color CSS Codes

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

#aebadd Text Font Color

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

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


#aebadd Background Color

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

This div background color is #aebadd


#aebadd Border Color

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

This div border color is #aebadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebadd


Comments

No comments written yet.

Please login to write comment.