Color Hex Logo

#aae143 Color Hex

#AAE143
(170,225,67)
0 Favorites   0 Comments

Color spaces of #aae143

RGB 17022567
HSL0.220.720.57
HSV81°70°88°
CMYK 0.240.000.70   0.12
XYZ44.515962.801715.0859
Yxy62.80170.36370.5131
Hunter Lab79.2475-38.413944.1866
CIE-Lab83.3379-39.885367.7818

#aae143 color RGB value is (170,225,67).

#aae143 hex color red value is 170, green value is 225 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #aae143 hue: 0.22 , saturation: 0.72 and the lightness value of aae143 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100001 01000011
Octal 252 341 103
Decimal 170 225 67
Hex AA E1 43

RGB Percentages of Color #aae143

%36.80
%48.70
%14.50

CMYK Percentages of Color #aae143

%24
%0
%70
%12

Triadic Colors of #aae143

#aae143 #43aae1 #e143aa

Analogous Colors of #aae143

#aae143 #5be143 #e1c943

Monochromatic Colors of #aae143

#aae143

Complementary Color

#aae143 #7a43e1

#aae143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae143 Color CSS Codes

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

#aae143 Text Font Color

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

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


#aae143 Background Color

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

This div background color is #aae143


#aae143 Border Color

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

This div border color is #aae143


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae143


Comments

No comments written yet.

Please login to write comment.