Color Hex Logo

#aae875 Color Hex

#AAE875
(170,232,117)
0 Favorites   0 Comments

Color spaces of #aae875

RGB 170232117
HSL0.260.710.68
HSV92°50°91°
CMYK 0.270.000.50   0.09
XYZ48.645167.543627.3030
Yxy67.54360.33900.4707
Hunter Lab82.1849-38.169837.8325
CIE-Lab85.7777-38.749049.3600

#aae875 color RGB value is (170,232,117).

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

The process color (four color CMYK) of #aae875 color hex is 0.27, 0.00, 0.50, 0.09. Web safe color of #aae875 is #99ff66. Color #aae875 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101000 01110101
Octal 252 350 165
Decimal 170 232 117
Hex AA E8 75

RGB Percentages of Color #aae875

%32.76
%44.70
%22.54

CMYK Percentages of Color #aae875

%27
%0
%50
%9

Triadic Colors of #aae875

#aae875 #75aae8 #e875aa

Analogous Colors of #aae875

#aae875 #75e87a #e4e875

Monochromatic Colors of #aae875

#aae875

Complementary Color

#aae875 #b375e8

#aae875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae875 Color CSS Codes

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

#aae875 Text Font Color

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

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


#aae875 Background Color

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

This div background color is #aae875


#aae875 Border Color

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

This div border color is #aae875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae875


Comments

No comments written yet.

Please login to write comment.