Color Hex Logo

#aae95b Color Hex

#AAE95B
(170,233,91)
0 Favorites   0 Comments

Color spaces of #aae95b

RGB 17023391
HSL0.240.760.64
HSV87°61°91°
CMYK 0.270.000.61   0.09
XYZ47.604867.579220.4326
Yxy67.57920.35100.4983
Hunter Lab82.2066-40.494442.8080
CIE-Lab85.7956-41.697761.0064

#aae95b color RGB value is (170,233,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101001 01011011
Octal 252 351 133
Decimal 170 233 91
Hex AA E9 5B

RGB Percentages of Color #aae95b

%34.41
%47.17
%18.42

CMYK Percentages of Color #aae95b

%27
%0
%61
%9

Triadic Colors of #aae95b

#aae95b #5baae9 #e95baa

Analogous Colors of #aae95b

#aae95b #63e95b #e9e15b

Monochromatic Colors of #aae95b

#aae95b

Complementary Color

#aae95b #9a5be9

#aae95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae95b Color CSS Codes

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

#aae95b Text Font Color

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

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


#aae95b Background Color

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

This div background color is #aae95b


#aae95b Border Color

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

This div border color is #aae95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae95b


Comments

No comments written yet.

Please login to write comment.