Color Hex Logo

#aaf423 Color Hex

#AAF423
(170,244,35)
0 Favorites   0 Comments

Color spaces of #aaf423

RGB 17024435
HSL0.230.900.55
HSV81°86°96°
CMYK 0.300.000.86   0.04
XYZ49.231673.368813.1569
Yxy73.36880.36260.5404
Hunter Lab85.6556-47.302250.8518
CIE-Lab88.6233-49.413681.5082

#aaf423 color RGB value is (170,244,35).

#aaf423 hex color red value is 170, green value is 244 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #aaf423 hue: 0.23 , saturation: 0.90 and the lightness value of aaf423 is 0.55.

The process color (four color CMYK) of #aaf423 color hex is 0.30, 0.00, 0.86, 0.04. Web safe color of #aaf423 is #99ff33. Color #aaf423 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110100 00100011
Octal 252 364 43
Decimal 170 244 35
Hex AA F4 23

RGB Percentages of Color #aaf423

%37.86
%54.34
%7.80

CMYK Percentages of Color #aaf423

%30
%0
%86
%4

Triadic Colors of #aaf423

#aaf423 #23aaf4 #f423aa

Analogous Colors of #aaf423

#aaf423 #41f423 #f4d623

Monochromatic Colors of #aaf423

#aaf423

Complementary Color

#aaf423 #6d23f4

#aaf423 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf423 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf423 Color CSS Codes

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

#aaf423 Text Font Color

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

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


#aaf423 Background Color

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

This div background color is #aaf423


#aaf423 Border Color

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

This div border color is #aaf423


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf423


Comments

No comments written yet.

Please login to write comment.