Color Hex Logo

#afd80d Color Hex

#AFD80D
(175,216,13)
0 Favorites   0 Comments

Color spaces of #afd80d

RGB 17521613
HSL0.200.890.45
HSV72°94°85°
CMYK 0.190.000.94   0.15
XYZ42.307758.25489.3952
Yxy58.25480.38480.5298
Hunter Lab76.3248-34.623946.1291
CIE-Lab80.8802-35.821578.6567

#afd80d color RGB value is (175,216,13).

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

The process color (four color CMYK) of #afd80d color hex is 0.19, 0.00, 0.94, 0.15. Web safe color of #afd80d is #99cc00. Color #afd80d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011000 00001101
Octal 257 330 15
Decimal 175 216 13
Hex AF D8 D

RGB Percentages of Color #afd80d

%43.32
%53.47
%3.22

CMYK Percentages of Color #afd80d

%19
%0
%94
%15

Triadic Colors of #afd80d

#afd80d #0dafd8 #d80daf

Analogous Colors of #afd80d

#afd80d #4ad80d #d89c0d

Monochromatic Colors of #afd80d

#afd80d

Complementary Color

#afd80d #360dd8

#afd80d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd80d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd80d Color CSS Codes

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

#afd80d Text Font Color

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

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


#afd80d Background Color

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

This div background color is #afd80d


#afd80d Border Color

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

This div border color is #afd80d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,216,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 #afd80d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd80d


Comments

No comments written yet.

Please login to write comment.