Color Hex Logo

#aebbdd Color Hex

#AEBBDD
(174,187,221)
1 Favorites   0 Comments

Color spaces of #aebbdd

RGB 174187221
HSL0.620.410.77
HSV223°21°87°
CMYK 0.210.150.00   0.13
XYZ48.277049.759875.4667
Yxy49.75980.27820.2868
Hunter Lab70.5406-1.2832-14.0520
CIE-Lab75.92162.7229-18.5098

#aebbdd color RGB value is (174,187,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111011 11011101
Octal 256 273 335
Decimal 174 187 221
Hex AE BB DD

RGB Percentages of Color #aebbdd

%29.90
%32.13
%37.97

CMYK Percentages of Color #aebbdd

%21
%15
%0
%13

Triadic Colors of #aebbdd

#aebbdd #ddaebb #bbddae

Analogous Colors of #aebbdd

#aebbdd #b9aedd #aed3dd

Monochromatic Colors of #aebbdd

#aebbdd

Complementary Color

#aebbdd #ddd0ae

#aebbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebbdd Color CSS Codes

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

#aebbdd Text Font Color

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

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


#aebbdd Background Color

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

This div background color is #aebbdd


#aebbdd Border Color

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

This div border color is #aebbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebbdd


Comments

No comments written yet.

Please login to write comment.