Color Hex Logo

#aeb9de Color Hex

#AEB9DE
(174,185,222)
0 Favorites   0 Comments

Color spaces of #aeb9de

RGB 174185222
HSL0.630.420.78
HSV226°22°87°
CMYK 0.220.170.00   0.13
XYZ47.989348.970576.0302
Yxy48.97050.27740.2831
Hunter Lab69.9789-0.0536-15.4317
CIE-Lab75.43304.0350-19.7917

#aeb9de color RGB value is (174,185,222).

#aeb9de hex color red value is 174, green value is 185 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aeb9de hue: 0.63 , saturation: 0.42 and the lightness value of aeb9de is 0.78.

The process color (four color CMYK) of #aeb9de color hex is 0.22, 0.17, 0.00, 0.13. Web safe color of #aeb9de is #99cccc. Color #aeb9de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 11011110
Octal 256 271 336
Decimal 174 185 222
Hex AE B9 DE

RGB Percentages of Color #aeb9de

%29.95
%31.84
%38.21

CMYK Percentages of Color #aeb9de

%22
%17
%0
%13

Triadic Colors of #aeb9de

#aeb9de #deaeb9 #b9deae

Analogous Colors of #aeb9de

#aeb9de #bbaede #aed1de

Monochromatic Colors of #aeb9de

#aeb9de

Complementary Color

#aeb9de #ded3ae

#aeb9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb9de Color CSS Codes

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

#aeb9de Text Font Color

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

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


#aeb9de Background Color

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

This div background color is #aeb9de


#aeb9de Border Color

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

This div border color is #aeb9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb9de


Comments

No comments written yet.

Please login to write comment.