Color Hex Logo

#aaf542 Color Hex

#AAF542
(170,245,66)
0 Favorites   0 Comments

Color spaces of #aaf542

RGB 17024566
HSL0.240.900.61
HSV85°73°96°
CMYK 0.310.000.73   0.04
XYZ50.213374.244216.8383
Yxy74.24420.35540.5255
Hunter Lab86.1651-46.766848.7292
CIE-Lab89.0378-48.548673.7478

#aaf542 color RGB value is (170,245,66).

#aaf542 hex color red value is 170, green value is 245 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #aaf542 hue: 0.24 , saturation: 0.90 and the lightness value of aaf542 is 0.61.

The process color (four color CMYK) of #aaf542 color hex is 0.31, 0.00, 0.73, 0.04. Web safe color of #aaf542 is #99ff33. Color #aaf542 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110101 01000010
Octal 252 365 102
Decimal 170 245 66
Hex AA F5 42

RGB Percentages of Color #aaf542

%35.34
%50.94
%13.72

CMYK Percentages of Color #aaf542

%31
%0
%73
%4

Triadic Colors of #aaf542

#aaf542 #42aaf5 #f542aa

Analogous Colors of #aaf542

#aaf542 #51f542 #f5e742

Monochromatic Colors of #aaf542

#aaf542

Complementary Color

#aaf542 #8d42f5

#aaf542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf542 Color CSS Codes

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

#aaf542 Text Font Color

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

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


#aaf542 Background Color

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

This div background color is #aaf542


#aaf542 Border Color

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

This div border color is #aaf542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf542


Comments

No comments written yet.

Please login to write comment.