Color Hex Logo

#afd40f Color Hex

#AFD40F
(175,212,15)
0 Favorites   0 Comments

Color spaces of #afd40f

RGB 17521215
HSL0.200.870.45
HSV71°93°83°
CMYK 0.170.000.93   0.17
XYZ41.308956.23549.1292
Yxy56.23540.38720.5272
Hunter Lab74.9903-32.905045.2753
CIE-Lab79.7476-33.967677.5459

#afd40f color RGB value is (175,212,15).

#afd40f hex color red value is 175, green value is 212 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #afd40f hue: 0.20 , saturation: 0.87 and the lightness value of afd40f is 0.45.

The process color (four color CMYK) of #afd40f color hex is 0.17, 0.00, 0.93, 0.17. Web safe color of #afd40f is #99cc00. Color #afd40f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010100 00001111
Octal 257 324 17
Decimal 175 212 15
Hex AF D4 F

RGB Percentages of Color #afd40f

%43.53
%52.74
%3.73

CMYK Percentages of Color #afd40f

%17
%0
%93
%17

Triadic Colors of #afd40f

#afd40f #0fafd4 #d40faf

Analogous Colors of #afd40f

#afd40f #4dd40f #d4970f

Monochromatic Colors of #afd40f

#afd40f

Complementary Color

#afd40f #340fd4

#afd40f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd40f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd40f Color CSS Codes

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

#afd40f Text Font Color

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

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


#afd40f Background Color

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

This div background color is #afd40f


#afd40f Border Color

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

This div border color is #afd40f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd40f


Comments

No comments written yet.

Please login to write comment.