Color Hex Logo

#aee0bd Color Hex

#AEE0BD
(174,224,189)
0 Favorites   0 Comments

Color spaces of #aee0bd

RGB 174224189
HSL0.380.450.78
HSV138°22°88°
CMYK 0.220.000.16   0.12
XYZ53.296565.984158.0713
Yxy65.98410.30050.3721
Hunter Lab81.2306-25.037314.4753
CIE-Lab84.9883-22.984811.9254

#aee0bd color RGB value is (174,224,189).

#aee0bd hex color red value is 174, green value is 224 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aee0bd hue: 0.38 , saturation: 0.45 and the lightness value of aee0bd is 0.78.

The process color (four color CMYK) of #aee0bd color hex is 0.22, 0.00, 0.16, 0.12. Web safe color of #aee0bd is #99cccc. Color #aee0bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 10111101
Octal 256 340 275
Decimal 174 224 189
Hex AE E0 BD

RGB Percentages of Color #aee0bd

%29.64
%38.16
%32.20

CMYK Percentages of Color #aee0bd

%22
%0
%16
%12

Triadic Colors of #aee0bd

#aee0bd #bdaee0 #e0bdae

Analogous Colors of #aee0bd

#aee0bd #aee0d6 #b8e0ae

Monochromatic Colors of #aee0bd

#aee0bd

Complementary Color

#aee0bd #e0aed1

#aee0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee0bd Color CSS Codes

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

#aee0bd Text Font Color

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

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


#aee0bd Background Color

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

This div background color is #aee0bd


#aee0bd Border Color

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

This div border color is #aee0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee0bd


Comments

No comments written yet.

Please login to write comment.