Color Hex Logo

#aaf915 Color Hex

#AAF915
(170,249,21)
0 Favorites   0 Comments

Color spaces of #aaf915

RGB 17024921
HSL0.220.950.53
HSV81°92°98°
CMYK 0.320.000.92   0.02
XYZ50.588676.351612.7805
Yxy76.35160.36210.5465
Hunter Lab87.3794-49.570852.4936
CIE-Lab90.0223-51.787984.8724

#aaf915 color RGB value is (170,249,21).

#aaf915 hex color red value is 170, green value is 249 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #aaf915 hue: 0.22 , saturation: 0.95 and the lightness value of aaf915 is 0.53.

The process color (four color CMYK) of #aaf915 color hex is 0.32, 0.00, 0.92, 0.02. Web safe color of #aaf915 is #99ff00. Color #aaf915 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111001 00010101
Octal 252 371 25
Decimal 170 249 21
Hex AA F9 15

RGB Percentages of Color #aaf915

%38.64
%56.59
%4.77

CMYK Percentages of Color #aaf915

%32
%0
%92
%2

Triadic Colors of #aaf915

#aaf915 #15aaf9 #f915aa

Analogous Colors of #aaf915

#aaf915 #38f915 #f9d615

Monochromatic Colors of #aaf915

#aaf915

Complementary Color

#aaf915 #6415f9

#aaf915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf915 Color CSS Codes

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

#aaf915 Text Font Color

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

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


#aaf915 Background Color

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

This div background color is #aaf915


#aaf915 Border Color

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

This div border color is #aaf915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf915


Comments

No comments written yet.

Please login to write comment.