Color Hex Logo

#aae1b0 Color Hex

#AAE1B0
(170,225,176)
0 Favorites   0 Comments

Color spaces of #aae1b0

RGB 170225176
HSL0.350.480.77
HSV127°24°88°
CMYK 0.240.000.22   0.12
XYZ51.339365.531151.0172
Yxy65.53110.30580.3903
Hunter Lab80.9513-28.460019.3001
CIE-Lab84.7567-27.096518.3788

#aae1b0 color RGB value is (170,225,176).

#aae1b0 hex color red value is 170, green value is 225 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #aae1b0 hue: 0.35 , saturation: 0.48 and the lightness value of aae1b0 is 0.77.

The process color (four color CMYK) of #aae1b0 color hex is 0.24, 0.00, 0.22, 0.12. Web safe color of #aae1b0 is #99cc99. Color #aae1b0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100001 10110000
Octal 252 341 260
Decimal 170 225 176
Hex AA E1 B0

RGB Percentages of Color #aae1b0

%29.77
%39.40
%30.82

CMYK Percentages of Color #aae1b0

%24
%0
%22
%12

Triadic Colors of #aae1b0

#aae1b0 #b0aae1 #e1b0aa

Analogous Colors of #aae1b0

#aae1b0 #aae1cc #c0e1aa

Monochromatic Colors of #aae1b0

#aae1b0

Complementary Color

#aae1b0 #e1aadb

#aae1b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae1b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae1b0 Color CSS Codes

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

#aae1b0 Text Font Color

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

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


#aae1b0 Background Color

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

This div background color is #aae1b0


#aae1b0 Border Color

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

This div border color is #aae1b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae1b0


Comments

No comments written yet.

Please login to write comment.