Color Hex Logo

#aeb6dd Color Hex

#AEB6DD
(174,182,221)
0 Favorites   0 Comments

Color spaces of #aeb6dd

RGB 174182221
HSL0.640.410.77
HSV230°21°87°
CMYK 0.210.180.00   0.13
XYZ47.234747.675075.1193
Yxy47.67500.27780.2804
Hunter Lab69.04711.2784-16.1712
CIE-Lab74.61955.4435-20.4828

#aeb6dd color RGB value is (174,182,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110110 11011101
Octal 256 266 335
Decimal 174 182 221
Hex AE B6 DD

RGB Percentages of Color #aeb6dd

%30.16
%31.54
%38.30

CMYK Percentages of Color #aeb6dd

%21
%18
%0
%13

Triadic Colors of #aeb6dd

#aeb6dd #ddaeb6 #b6ddae

Analogous Colors of #aeb6dd

#aeb6dd #beaedd #aecedd

Monochromatic Colors of #aeb6dd

#aeb6dd

Complementary Color

#aeb6dd #ddd5ae

#aeb6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb6dd Color CSS Codes

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

#aeb6dd Text Font Color

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

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


#aeb6dd Background Color

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

This div background color is #aeb6dd


#aeb6dd Border Color

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

This div border color is #aeb6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb6dd


Comments

No comments written yet.

Please login to write comment.