color codes Logo

#aae76b color codes

#AAE76B
(170,231,107)
0 Favorites   0 Comments

Color spaces of #aae76b

RGB 170231107
HSL0.250.720.66
HSV90°54°91°
CMYK 0.260.000.54   0.09
XYZ47.807366.759424.2761
Yxy66.75940.34430.4808
Hunter Lab81.7064-38.544039.5786
CIE-Lab85.3823-39.354053.5225

#aae76b color RGB value is (170,231,107).

#aae76b hex color red value is 170, green value is 231 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #aae76b hue: 0.25 , saturation: 0.72 and the lightness value of aae76b is 0.66.

The process color (four color CMYK) of #aae76b color code is 0.26, 0.00, 0.54, 0.09. Web safe color of #aae76b is #99ff66. Color #aae76b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100111 01101011
Octal 252 347 153
Decimal 170 231 107
Hex AA E7 6B

RGB Percentages of Color #aae76b

%33.46
%45.47
%21.06

CMYK Percentages of Color #aae76b

%26
%0
%54
%9

Triadic Colors of #aae76b

#aae76b #6baae7 #e76baa

Analogous Colors of #aae76b

#aae76b #6ce76b #e7e66b

Monochromatic Colors of #aae76b

#aae76b

Complementary Color

#aae76b #a86be7

#aae76b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae76b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae76b Color CSS Codes

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

#aae76b Text Font Color

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

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


#aae76b Background Color

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

This div background color is #aae76b


#aae76b Border Color

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

This div border color is #aae76b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae76b


Comments

No comments written yet.

Please login to write comment.