Color Hex Logo

#afd30e Color Hex

#AFD30E
(175,211,14)
0 Favorites   0 Comments

Color spaces of #afd30e

RGB 17521114
HSL0.200.880.44
HSV71°93°83°
CMYK 0.170.000.93   0.17
XYZ41.052755.73429.0095
Yxy55.73420.38800.5268
Hunter Lab74.6553-32.490345.1035
CIE-Lab79.4623-33.522577.4383

#afd30e color RGB value is (175,211,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010011 00001110
Octal 257 323 16
Decimal 175 211 14
Hex AF D3 E

RGB Percentages of Color #afd30e

%43.75
%52.75
%3.50

CMYK Percentages of Color #afd30e

%17
%0
%93
%17

Triadic Colors of #afd30e

#afd30e #0eafd3 #d30eaf

Analogous Colors of #afd30e

#afd30e #4cd30e #d3950e

Monochromatic Colors of #afd30e

#afd30e

Complementary Color

#afd30e #320ed3

#afd30e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd30e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd30e Color CSS Codes

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

#afd30e Text Font Color

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

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


#afd30e Background Color

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

This div background color is #afd30e


#afd30e Border Color

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

This div border color is #afd30e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd30e


Comments

No comments written yet.

Please login to write comment.