Color Hex Logo

#aae75d Color Hex

#AAE75D
(170,231,93)
0 Favorites   0 Comments

Color spaces of #aae75d

RGB 17023193
HSL0.240.740.64
HSV87°60°91°
CMYK 0.260.000.60   0.09
XYZ47.129366.488220.7055
Yxy66.48820.35090.4950
Hunter Lab81.5403-39.524742.0227
CIE-Lab85.2448-40.650259.5493

#aae75d color RGB value is (170,231,93).

#aae75d hex color red value is 170, green value is 231 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #aae75d hue: 0.24 , saturation: 0.74 and the lightness value of aae75d is 0.64.

The process color (four color CMYK) of #aae75d color hex is 0.26, 0.00, 0.60, 0.09. Web safe color of #aae75d is #99ff66. Color #aae75d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100111 01011101
Octal 252 347 135
Decimal 170 231 93
Hex AA E7 5D

RGB Percentages of Color #aae75d

%34.41
%46.76
%18.83

CMYK Percentages of Color #aae75d

%26
%0
%60
%9

Triadic Colors of #aae75d

#aae75d #5daae7 #e75daa

Analogous Colors of #aae75d

#aae75d #65e75d #e7df5d

Monochromatic Colors of #aae75d

#aae75d

Complementary Color

#aae75d #9a5de7

#aae75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae75d Color CSS Codes

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

#aae75d Text Font Color

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

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


#aae75d Background Color

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

This div background color is #aae75d


#aae75d Border Color

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

This div border color is #aae75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae75d


Comments

No comments written yet.

Please login to write comment.