Color Hex Logo

#aae7cd Color Hex

#AAE7CD
(170,231,205)
0 Favorites   0 Comments

Color spaces of #aae7cd

RGB 170231205
HSL0.430.560.79
HSV154°26°91°
CMYK 0.260.000.11   0.09
XYZ56.172970.105768.3287
Yxy70.10570.28860.3602
Hunter Lab83.7291-26.772510.2257
CIE-Lab87.0487-24.57796.4410

#aae7cd color RGB value is (170,231,205).

#aae7cd hex color red value is 170, green value is 231 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #aae7cd hue: 0.43 , saturation: 0.56 and the lightness value of aae7cd is 0.79.

The process color (four color CMYK) of #aae7cd color hex is 0.26, 0.00, 0.11, 0.09. Web safe color of #aae7cd is #99ffcc. Color #aae7cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100111 11001101
Octal 252 347 315
Decimal 170 231 205
Hex AA E7 CD

RGB Percentages of Color #aae7cd

%28.05
%38.12
%33.83

CMYK Percentages of Color #aae7cd

%26
%0
%11
%9

Triadic Colors of #aae7cd

#aae7cd #cdaae7 #e7cdaa

Analogous Colors of #aae7cd

#aae7cd #aae3e7 #aae7af

Monochromatic Colors of #aae7cd

#aae7cd

Complementary Color

#aae7cd #e7aac4

#aae7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae7cd Color CSS Codes

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

#aae7cd Text Font Color

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

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


#aae7cd Background Color

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

This div background color is #aae7cd


#aae7cd Border Color

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

This div border color is #aae7cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae7cd

#aae7cd Color Palettes


Comments

No comments written yet.

Please login to write comment.