color codes Logo

#afd40e color codes

#AFD40E
(175,212,14)
0 Favorites   0 Comments

Color spaces of #afd40e

RGB 17521214
HSL0.200.880.44
HSV71°93°83°
CMYK 0.170.000.93   0.17
XYZ41.301956.23269.0926
Yxy56.23260.38730.5274
Hunter Lab74.9884-32.916045.3028
CIE-Lab79.7460-33.982177.6603

#afd40e color RGB value is (175,212,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010100 00001110
Octal 257 324 16
Decimal 175 212 14
Hex AF D4 E

RGB Percentages of Color #afd40e

%43.64
%52.87
%3.49

CMYK Percentages of Color #afd40e

%17
%0
%93
%17

Triadic Colors of #afd40e

#afd40e #0eafd4 #d40eaf

Analogous Colors of #afd40e

#afd40e #4cd40e #d4960e

Monochromatic Colors of #afd40e

#afd40e

Complementary Color

#afd40e #330ed4

#afd40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd40e Color CSS Codes

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

#afd40e Text Font Color

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

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


#afd40e Background Color

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

This div background color is #afd40e


#afd40e Border Color

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

This div border color is #afd40e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd40e


Comments

No comments written yet.

Please login to write comment.