Color Hex Logo

#afd53f Color Hex

#AFD53F
(175,213,63)
0 Favorites   0 Comments

Color spaces of #afd53f

RGB 17521363
HSL0.210.640.54
HSV75°70°84°
CMYK 0.180.000.70   0.16
XYZ42.370657.061313.4834
Yxy57.06130.37520.5053
Hunter Lab75.5389-32.070642.2942
CIE-Lab80.2141-32.760966.1983

#afd53f color RGB value is (175,213,63).

#afd53f hex color red value is 175, green value is 213 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #afd53f hue: 0.21 , saturation: 0.64 and the lightness value of afd53f is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010101 00111111
Octal 257 325 77
Decimal 175 213 63
Hex AF D5 3F

RGB Percentages of Color #afd53f

%38.80
%47.23
%13.97

CMYK Percentages of Color #afd53f

%18
%0
%70
%16

Triadic Colors of #afd53f

#afd53f #3fafd5 #d53faf

Analogous Colors of #afd53f

#afd53f #64d53f #d5b03f

Monochromatic Colors of #afd53f

#afd53f

Complementary Color

#afd53f #653fd5

#afd53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd53f Color CSS Codes

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

#afd53f Text Font Color

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

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


#afd53f Background Color

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

This div background color is #afd53f


#afd53f Border Color

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

This div border color is #afd53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd53f


Comments

No comments written yet.

Please login to write comment.