Color Hex Logo

#aebddc Color Hex

#AEBDDC
(174,189,220)
0 Favorites   0 Comments

Color spaces of #aebddc

RGB 174189220
HSL0.610.400.77
HSV220°21°86°
CMYK 0.210.140.00   0.14
XYZ48.571450.561274.9094
Yxy50.56120.27910.2905
Hunter Lab71.1064-2.5063-12.6865
CIE-Lab76.41241.4165-17.2267

#aebddc color RGB value is (174,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 11011100
Octal 256 275 334
Decimal 174 189 220
Hex AE BD DC

RGB Percentages of Color #aebddc

%29.85
%32.42
%37.74

CMYK Percentages of Color #aebddc

%21
%14
%0
%14

Triadic Colors of #aebddc

#aebddc #dcaebd #bddcae

Analogous Colors of #aebddc

#aebddc #b6aedc #aed4dc

Monochromatic Colors of #aebddc

#aebddc

Complementary Color

#aebddc #dccdae

#aebddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebddc Color CSS Codes

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

#aebddc Text Font Color

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

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


#aebddc Background Color

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

This div background color is #aebddc


#aebddc Border Color

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

This div border color is #aebddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,189,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 #aebddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebddc


Comments

No comments written yet.

Please login to write comment.