Color Hex Logo

#aae14b Color Hex

#AAE14B
(170,225,75)
0 Favorites   0 Comments

Color spaces of #aae14b

RGB 17022575
HSL0.230.710.59
HSV82°67°88°
CMYK 0.240.000.67   0.12
XYZ44.772862.904516.4386
Yxy62.90450.36070.5068
Hunter Lab79.3124-38.031243.2300
CIE-Lab83.3921-39.373364.8701

#aae14b color RGB value is (170,225,75).

#aae14b hex color red value is 170, green value is 225 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #aae14b hue: 0.23 , saturation: 0.71 and the lightness value of aae14b is 0.59.

The process color (four color CMYK) of #aae14b color hex is 0.24, 0.00, 0.67, 0.12. Web safe color of #aae14b is #99cc33. Color #aae14b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100001 01001011
Octal 252 341 113
Decimal 170 225 75
Hex AA E1 4B

RGB Percentages of Color #aae14b

%36.17
%47.87
%15.96

CMYK Percentages of Color #aae14b

%24
%0
%67
%12

Triadic Colors of #aae14b

#aae14b #4baae1 #e14baa

Analogous Colors of #aae14b

#aae14b #5fe14b #e1cd4b

Monochromatic Colors of #aae14b

#aae14b

Complementary Color

#aae14b #824be1

#aae14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae14b Color CSS Codes

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

#aae14b Text Font Color

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

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


#aae14b Background Color

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

This div background color is #aae14b


#aae14b Border Color

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

This div border color is #aae14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae14b


Comments

No comments written yet.

Please login to write comment.