Color Hex Logo

#aff013 Color Hex

#AFF013
(175,240,19)
0 Favorites   0 Comments

Color spaces of #aff013

RGB 17524019
HSL0.220.880.51
HSV78°92°94°
CMYK 0.270.000.92   0.06
XYZ48.956871.481211.8330
Yxy71.48120.37010.5404
Hunter Lab84.5466-44.595850.8845
CIE-Lab87.7183-46.261183.3822

#aff013 color RGB value is (175,240,19).

#aff013 hex color red value is 175, green value is 240 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #aff013 hue: 0.22 , saturation: 0.88 and the lightness value of aff013 is 0.51.

The process color (four color CMYK) of #aff013 color hex is 0.27, 0.00, 0.92, 0.06. Web safe color of #aff013 is #99ff00. Color #aff013 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110000 00010011
Octal 257 360 23
Decimal 175 240 19
Hex AF F0 13

RGB Percentages of Color #aff013

%40.32
%55.30
%4.38

CMYK Percentages of Color #aff013

%27
%0
%92
%6

Triadic Colors of #aff013

#aff013 #13aff0 #f013af

Analogous Colors of #aff013

#aff013 #41f013 #f0c313

Monochromatic Colors of #aff013

#aff013

Complementary Color

#aff013 #5413f0

#aff013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff013 Color CSS Codes

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

#aff013 Text Font Color

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

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


#aff013 Background Color

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

This div background color is #aff013


#aff013 Border Color

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

This div border color is #aff013


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,240,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aff013; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aff013;
  -webkit-box-shadow: 1px 1px 3px 2px #aff013;
  box-shadow:         1px 1px 3px 2px #aff013; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,240,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff013


Comments

No comments written yet.

Please login to write comment.