Color Hex Logo

#afd00f Color Hex

#AFD00F
(175,208,15)
0 Favorites   0 Comments

Color spaces of #afd00f

RGB 17520815
HSL0.200.870.44
HSV70°93°82°
CMYK 0.160.000.93   0.18
XYZ40.321354.26028.8000
Yxy54.26020.39000.5249
Hunter Lab73.6615-31.199244.4800
CIE-Lab78.6132-32.120676.6552

#afd00f color RGB value is (175,208,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 00001111
Octal 257 320 17
Decimal 175 208 15
Hex AF D0 F

RGB Percentages of Color #afd00f

%43.97
%52.26
%3.77

CMYK Percentages of Color #afd00f

%16
%0
%93
%18

Triadic Colors of #afd00f

#afd00f #0fafd0 #d00faf

Analogous Colors of #afd00f

#afd00f #4ed00f #d0910f

Monochromatic Colors of #afd00f

#afd00f

Complementary Color

#afd00f #300fd0

#afd00f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd00f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd00f Color CSS Codes

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

#afd00f Text Font Color

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

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


#afd00f Background Color

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

This div background color is #afd00f


#afd00f Border Color

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

This div border color is #afd00f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd00f


Comments

No comments written yet.

Please login to write comment.