Color Hex Logo

#aebdd9 Color Hex

#AEBDD9
(174,189,217)
0 Favorites   0 Comments

Color spaces of #aebdd9

RGB 174189217
HSL0.610.360.77
HSV219°20°85°
CMYK 0.200.130.00   0.15
XYZ48.177550.403672.8353
Yxy50.40360.28110.2940
Hunter Lab70.9955-3.1121-11.1296
CIE-Lab76.31630.7472-15.7477

#aebdd9 color RGB value is (174,189,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 11011001
Octal 256 275 331
Decimal 174 189 217
Hex AE BD D9

RGB Percentages of Color #aebdd9

%30.00
%32.59
%37.41

CMYK Percentages of Color #aebdd9

%20
%13
%0
%15

Triadic Colors of #aebdd9

#aebdd9 #d9aebd #bdd9ae

Analogous Colors of #aebdd9

#aebdd9 #b5aed9 #aed3d9

Monochromatic Colors of #aebdd9

#aebdd9

Complementary Color

#aebdd9 #d9caae

#aebdd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebdd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebdd9 Color CSS Codes

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

#aebdd9 Text Font Color

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

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


#aebdd9 Background Color

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

This div background color is #aebdd9


#aebdd9 Border Color

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

This div border color is #aebdd9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,189,217, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aebdd9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebdd9


Comments

No comments written yet.

Please login to write comment.