Color Hex Logo

#afd30f Color Hex

#AFD30F
(175,211,15)
0 Favorites   0 Comments

Color spaces of #afd30f

RGB 17521115
HSL0.200.870.44
HSV71°93°83°
CMYK 0.170.000.93   0.17
XYZ41.059755.73709.0462
Yxy55.73700.38790.5266
Hunter Lab74.6572-32.479445.0759
CIE-Lab79.4639-33.507977.3229

#afd30f color RGB value is (175,211,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010011 00001111
Octal 257 323 17
Decimal 175 211 15
Hex AF D3 F

RGB Percentages of Color #afd30f

%43.64
%52.62
%3.74

CMYK Percentages of Color #afd30f

%17
%0
%93
%17

Triadic Colors of #afd30f

#afd30f #0fafd3 #d30faf

Analogous Colors of #afd30f

#afd30f #4dd30f #d3950f

Monochromatic Colors of #afd30f

#afd30f

Complementary Color

#afd30f #330fd3

#afd30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd30f Color CSS Codes

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

#afd30f Text Font Color

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

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


#afd30f Background Color

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

This div background color is #afd30f


#afd30f Border Color

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

This div border color is #afd30f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd30f


Comments

No comments written yet.

Please login to write comment.