Color Hex Logo

#afd03e Color Hex

#AFD03E
(175,208,62)
0 Favorites   0 Comments

Color spaces of #afd03e

RGB 17520862
HSL0.200.610.53
HSV74°70°82°
CMYK 0.160.000.70   0.18
XYZ41.104654.573512.9247
Yxy54.57350.37850.5025
Hunter Lab73.8739-29.959141.3386
CIE-Lab78.7950-30.486865.1479

#afd03e color RGB value is (175,208,62).

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

The process color (four color CMYK) of #afd03e color hex is 0.16, 0.00, 0.70, 0.18. Web safe color of #afd03e is #99cc33. Color #afd03e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 00111110
Octal 257 320 76
Decimal 175 208 62
Hex AF D0 3E

RGB Percentages of Color #afd03e

%39.33
%46.74
%13.93

CMYK Percentages of Color #afd03e

%16
%0
%70
%18

Triadic Colors of #afd03e

#afd03e #3eafd0 #d03eaf

Analogous Colors of #afd03e

#afd03e #66d03e #d0a83e

Monochromatic Colors of #afd03e

#afd03e

Complementary Color

#afd03e #5f3ed0

#afd03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd03e Color CSS Codes

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

#afd03e Text Font Color

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

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


#afd03e Background Color

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

This div background color is #afd03e


#afd03e Border Color

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

This div border color is #afd03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd03e


Comments

No comments written yet.

Please login to write comment.