Color Hex Logo

#aebddd Color Hex

#AEBDDD
(174,189,221)
0 Favorites   0 Comments

Color spaces of #aebddd

RGB 174189221
HSL0.610.410.77
HSV221°21°87°
CMYK 0.210.140.00   0.13
XYZ48.704350.614375.6092
Yxy50.61430.27840.2893
Hunter Lab71.1437-2.3022-13.2108
CIE-Lab76.44481.6413-17.7191

#aebddd color RGB value is (174,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 11011101
Octal 256 275 335
Decimal 174 189 221
Hex AE BD DD

RGB Percentages of Color #aebddd

%29.79
%32.36
%37.84

CMYK Percentages of Color #aebddd

%21
%14
%0
%13

Triadic Colors of #aebddd

#aebddd #ddaebd #bdddae

Analogous Colors of #aebddd

#aebddd #b7aedd #aed5dd

Monochromatic Colors of #aebddd

#aebddd

Complementary Color

#aebddd #ddceae

#aebddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebddd Color CSS Codes

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

#aebddd Text Font Color

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

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


#aebddd Background Color

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

This div background color is #aebddd


#aebddd Border Color

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

This div border color is #aebddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebddd

#aebddd Color Palettes


Comments

No comments written yet.

Please login to write comment.