Color Hex Logo

#aaf237 Color Hex

#AAF237
(170,242,55)
0 Favorites   0 Comments

Color spaces of #aaf237

RGB 17024255
HSL0.230.880.58
HSV83°77°95°
CMYK 0.300.000.77   0.05
XYZ49.019372.326114.9912
Yxy72.32610.35950.5305
Hunter Lab85.0448-45.942049.0800
CIE-Lab88.1253-47.845176.2529

#aaf237 color RGB value is (170,242,55).

#aaf237 hex color red value is 170, green value is 242 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #aaf237 hue: 0.23 , saturation: 0.88 and the lightness value of aaf237 is 0.58.

The process color (four color CMYK) of #aaf237 color hex is 0.30, 0.00, 0.77, 0.05. Web safe color of #aaf237 is #99ff33. Color #aaf237 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110010 00110111
Octal 252 362 67
Decimal 170 242 55
Hex AA F2 37

RGB Percentages of Color #aaf237

%36.40
%51.82
%11.78

CMYK Percentages of Color #aaf237

%30
%0
%77
%5

Triadic Colors of #aaf237

#aaf237 #37aaf2 #f237aa

Analogous Colors of #aaf237

#aaf237 #4df237 #f2dd37

Monochromatic Colors of #aaf237

#aaf237

Complementary Color

#aaf237 #7f37f2

#aaf237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf237 Color CSS Codes

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

#aaf237 Text Font Color

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

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


#aaf237 Background Color

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

This div background color is #aaf237


#aaf237 Border Color

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

This div border color is #aaf237


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf237


Comments

No comments written yet.

Please login to write comment.