Color Hex Logo

#aae5bd Color Hex

#AAE5BD
(170,229,189)
0 Favorites   0 Comments

Color spaces of #aae5bd

RGB 170229189
HSL0.390.530.78
HSV139°26°90°
CMYK 0.260.000.17   0.10
XYZ53.782268.258858.4848
Yxy68.25880.29790.3781
Hunter Lab82.6189-28.385415.8626
CIE-Lab86.1357-26.681813.5196

#aae5bd color RGB value is (170,229,189).

#aae5bd hex color red value is 170, green value is 229 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aae5bd hue: 0.39 , saturation: 0.53 and the lightness value of aae5bd is 0.78.

The process color (four color CMYK) of #aae5bd color hex is 0.26, 0.00, 0.17, 0.10. Web safe color of #aae5bd is #99cccc. Color #aae5bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100101 10111101
Octal 252 345 275
Decimal 170 229 189
Hex AA E5 BD

RGB Percentages of Color #aae5bd

%28.91
%38.95
%32.14

CMYK Percentages of Color #aae5bd

%26
%0
%17
%10

Triadic Colors of #aae5bd

#aae5bd #bdaae5 #e5bdaa

Analogous Colors of #aae5bd

#aae5bd #aae5db #b5e5aa

Monochromatic Colors of #aae5bd

#aae5bd

Complementary Color

#aae5bd #e5aad2

#aae5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae5bd Color CSS Codes

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

#aae5bd Text Font Color

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

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


#aae5bd Background Color

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

This div background color is #aae5bd


#aae5bd Border Color

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

This div border color is #aae5bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae5bd


Comments

No comments written yet.

Please login to write comment.