Color Hex Logo

#aae448 Color Hex

#AAE448
(170,228,72)
0 Favorites   0 Comments

Color spaces of #aae448

RGB 17022872
HSL0.230.740.59
HSV82°68°89°
CMYK 0.250.000.68   0.11
XYZ45.490764.500716.1832
Yxy64.50070.36050.5112
Hunter Lab80.3123-39.440244.2715
CIE-Lab84.2258-40.898566.8619

#aae448 color RGB value is (170,228,72).

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

The process color (four color CMYK) of #aae448 color hex is 0.25, 0.00, 0.68, 0.11. Web safe color of #aae448 is #99cc33. Color #aae448 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100100 01001000
Octal 252 344 110
Decimal 170 228 72
Hex AA E4 48

RGB Percentages of Color #aae448

%36.17
%48.51
%15.32

CMYK Percentages of Color #aae448

%25
%0
%68
%11

Triadic Colors of #aae448

#aae448 #48aae4 #e448aa

Analogous Colors of #aae448

#aae448 #5ce448 #e4d048

Monochromatic Colors of #aae448

#aae448

Complementary Color

#aae448 #8248e4

#aae448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae448 Color CSS Codes

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

#aae448 Text Font Color

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

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


#aae448 Background Color

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

This div background color is #aae448


#aae448 Border Color

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

This div border color is #aae448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae448


Comments

No comments written yet.

Please login to write comment.