Color Hex Logo

#aae27b Color Hex

#AAE27B
(170,226,123)
0 Favorites   0 Comments

Color spaces of #aae27b

RGB 170226123
HSL0.260.640.68
HSV93°46°89°
CMYK 0.250.000.46   0.11
XYZ47.349164.368828.6678
Yxy64.36880.33730.4585
Hunter Lab80.2302-35.058234.9756
CIE-Lab84.1574-35.348844.4990

#aae27b color RGB value is (170,226,123).

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

The process color (four color CMYK) of #aae27b color hex is 0.25, 0.00, 0.46, 0.11. Web safe color of #aae27b is #99cc66. Color #aae27b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100010 01111011
Octal 252 342 173
Decimal 170 226 123
Hex AA E2 7B

RGB Percentages of Color #aae27b

%32.76
%43.55
%23.70

CMYK Percentages of Color #aae27b

%25
%0
%46
%11

Triadic Colors of #aae27b

#aae27b #7baae2 #e27baa

Analogous Colors of #aae27b

#aae27b #7be280 #dee27b

Monochromatic Colors of #aae27b

#aae27b

Complementary Color

#aae27b #b37be2

#aae27b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae27b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae27b Color CSS Codes

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

#aae27b Text Font Color

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

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


#aae27b Background Color

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

This div background color is #aae27b


#aae27b Border Color

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

This div border color is #aae27b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,226,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 #aae27b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae27b


Comments

No comments written yet.

Please login to write comment.