Color Hex Logo

#afd54f Color Hex

#AFD54F
(175,213,79)
0 Favorites   0 Comments

Color spaces of #afd54f

RGB 17521379
HSL0.210.610.57
HSV77°63°84°
CMYK 0.180.000.63   0.16
XYZ42.884757.267016.1905
Yxy57.26700.36860.4922
Hunter Lab75.6750-31.275940.2875
CIE-Lab80.3295-31.720060.1283

#afd54f color RGB value is (175,213,79).

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

The process color (four color CMYK) of #afd54f color hex is 0.18, 0.00, 0.63, 0.16. Web safe color of #afd54f is #99cc66. Color #afd54f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010101 01001111
Octal 257 325 117
Decimal 175 213 79
Hex AF D5 4F

RGB Percentages of Color #afd54f

%37.47
%45.61
%16.92

CMYK Percentages of Color #afd54f

%18
%0
%63
%16

Triadic Colors of #afd54f

#afd54f #4fafd5 #d54faf

Analogous Colors of #afd54f

#afd54f #6cd54f #d5b84f

Monochromatic Colors of #afd54f

#afd54f

Complementary Color

#afd54f #754fd5

#afd54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd54f Color CSS Codes

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

#afd54f Text Font Color

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

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


#afd54f Background Color

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

This div background color is #afd54f


#afd54f Border Color

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

This div border color is #afd54f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd54f


Comments

No comments written yet.

Please login to write comment.