Color Hex Logo

#aebadc Color Hex

#AEBADC
(174,186,220)
0 Favorites   0 Comments

Color spaces of #aebadc

RGB 174186220
HSL0.620.400.77
HSV224°21°86°
CMYK 0.210.150.00   0.14
XYZ47.932749.283874.6965
Yxy49.28380.27880.2867
Hunter Lab70.2024-0.9783-13.9438
CIE-Lab75.62753.0397-18.4126

#aebadc color RGB value is (174,186,220).

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

The process color (four color CMYK) of #aebadc color hex is 0.21, 0.15, 0.00, 0.14. Web safe color of #aebadc is #99cccc. Color #aebadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 11011100
Octal 256 272 334
Decimal 174 186 220
Hex AE BA DC

RGB Percentages of Color #aebadc

%30.00
%32.07
%37.93

CMYK Percentages of Color #aebadc

%21
%15
%0
%14

Triadic Colors of #aebadc

#aebadc #dcaeba #badcae

Analogous Colors of #aebadc

#aebadc #b9aedc #aed1dc

Monochromatic Colors of #aebadc

#aebadc

Complementary Color

#aebadc #dcd0ae

#aebadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebadc Color CSS Codes

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

#aebadc Text Font Color

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

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


#aebadc Background Color

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

This div background color is #aebadc


#aebadc Border Color

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

This div border color is #aebadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebadc


Comments

No comments written yet.

Please login to write comment.