Color Hex Logo

#aebfdd Color Hex

#AEBFDD
(174,191,221)
0 Favorites   0 Comments

Color spaces of #aebfdd

RGB 174191221
HSL0.610.410.77
HSV218°21°87°
CMYK 0.210.140.00   0.13
XYZ49.137551.480775.7536
Yxy51.48070.27860.2919
Hunter Lab71.7501-3.3182-12.3733
CIE-Lab76.96930.5633-16.9275

#aebfdd color RGB value is (174,191,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 11011101
Octal 256 277 335
Decimal 174 191 221
Hex AE BF DD

RGB Percentages of Color #aebfdd

%29.69
%32.59
%37.71

CMYK Percentages of Color #aebfdd

%21
%14
%0
%13

Triadic Colors of #aebfdd

#aebfdd #ddaebf #bfddae

Analogous Colors of #aebfdd

#aebfdd #b5aedd #aed7dd

Monochromatic Colors of #aebfdd

#aebfdd

Complementary Color

#aebfdd #ddccae

#aebfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfdd Color CSS Codes

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

#aebfdd Text Font Color

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

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


#aebfdd Background Color

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

This div background color is #aebfdd


#aebfdd Border Color

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

This div border color is #aebfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfdd

#aebfdd Color Palettes


Comments

No comments written yet.

Please login to write comment.