Color Hex Logo

#aff60d Color Hex

#AFF60D
(175,246,13)
0 Favorites   0 Comments

Color spaces of #aff60d

RGB 17524613
HSL0.220.930.51
HSV78°95°96°
CMYK 0.290.000.95   0.04
XYZ50.707675.054612.1952
Yxy75.05460.36760.5440
Hunter Lab86.6341-47.132152.2978
CIE-Lab89.4186-48.867985.3497

#aff60d color RGB value is (175,246,13).

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

The process color (four color CMYK) of #aff60d color hex is 0.29, 0.00, 0.95, 0.04. Web safe color of #aff60d is #99ff00. Color #aff60d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110110 00001101
Octal 257 366 15
Decimal 175 246 13
Hex AF F6 D

RGB Percentages of Color #aff60d

%40.32
%56.68
%3.00

CMYK Percentages of Color #aff60d

%29
%0
%95
%4

Triadic Colors of #aff60d

#aff60d #0daff6 #f60daf

Analogous Colors of #aff60d

#aff60d #3bf60d #f6c90d

Monochromatic Colors of #aff60d

#aff60d

Complementary Color

#aff60d #540df6

#aff60d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff60d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff60d Color CSS Codes

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

#aff60d Text Font Color

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

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


#aff60d Background Color

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

This div background color is #aff60d


#aff60d Border Color

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

This div border color is #aff60d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff60d


Comments

No comments written yet.

Please login to write comment.