Color Hex Logo

#aae17b Color Hex

#AAE17B
(170,225,123)
0 Favorites   0 Comments

Color spaces of #aae17b

RGB 170225123
HSL0.260.630.68
HSV92°45°88°
CMYK 0.240.000.45   0.12
XYZ47.077963.826528.5774
Yxy63.82650.33750.4576
Hunter Lab79.8915-34.624934.7159
CIE-Lab83.8754-34.891244.1475

#aae17b color RGB value is (170,225,123).

#aae17b hex color red value is 170, green value is 225 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #aae17b hue: 0.26 , saturation: 0.63 and the lightness value of aae17b is 0.68.

The process color (four color CMYK) of #aae17b color hex is 0.24, 0.00, 0.45, 0.12. Web safe color of #aae17b is #99cc66. Color #aae17b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100001 01111011
Octal 252 341 173
Decimal 170 225 123
Hex AA E1 7B

RGB Percentages of Color #aae17b

%32.82
%43.44
%23.75

CMYK Percentages of Color #aae17b

%24
%0
%45
%12

Triadic Colors of #aae17b

#aae17b #7baae1 #e17baa

Analogous Colors of #aae17b

#aae17b #7be17f #dde17b

Monochromatic Colors of #aae17b

#aae17b

Complementary Color

#aae17b #b27be1

#aae17b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae17b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae17b Color CSS Codes

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

#aae17b Text Font Color

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

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


#aae17b Background Color

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

This div background color is #aae17b


#aae17b Border Color

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

This div border color is #aae17b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae17b


Comments

No comments written yet.

Please login to write comment.