Color Hex Logo

#aaf453 Color Hex

#AAF453
(170,244,83)
0 Favorites   0 Comments

Color spaces of #aaf453

RGB 17024483
HSL0.240.880.64
HSV88°66°96°
CMYK 0.300.000.66   0.04
XYZ50.489673.871919.7812
Yxy73.87190.35030.5125
Hunter Lab85.9488-45.552646.5185
CIE-Lab88.8619-47.050567.5231

#aaf453 color RGB value is (170,244,83).

#aaf453 hex color red value is 170, green value is 244 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #aaf453 hue: 0.24 , saturation: 0.88 and the lightness value of aaf453 is 0.64.

The process color (four color CMYK) of #aaf453 color hex is 0.30, 0.00, 0.66, 0.04. Web safe color of #aaf453 is #99ff66. Color #aaf453 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110100 01010011
Octal 252 364 123
Decimal 170 244 83
Hex AA F4 53

RGB Percentages of Color #aaf453

%34.21
%49.09
%16.70

CMYK Percentages of Color #aaf453

%30
%0
%66
%4

Triadic Colors of #aaf453

#aaf453 #53aaf4 #f453aa

Analogous Colors of #aaf453

#aaf453 #5af453 #f4ee53

Monochromatic Colors of #aaf453

#aaf453

Complementary Color

#aaf453 #9d53f4

#aaf453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf453 Color CSS Codes

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

#aaf453 Text Font Color

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

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


#aaf453 Background Color

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

This div background color is #aaf453


#aaf453 Border Color

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

This div border color is #aaf453


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf453


Comments

No comments written yet.

Please login to write comment.