Color Hex Logo

#afdc5f Color Hex

#AFDC5F
(175,220,95)
0 Favorites   0 Comments

Color spaces of #afdc5f

RGB 17522095
HSL0.230.640.62
HSV82°57°86°
CMYK 0.200.000.57   0.14
XYZ45.338061.126620.2355
Yxy61.12660.35780.4825
Hunter Lab78.1835-33.310439.3830
CIE-Lab82.4468-33.668355.6019

#afdc5f color RGB value is (175,220,95).

#afdc5f hex color red value is 175, green value is 220 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #afdc5f hue: 0.23 , saturation: 0.64 and the lightness value of afdc5f is 0.62.

The process color (four color CMYK) of #afdc5f color hex is 0.20, 0.00, 0.57, 0.14. Web safe color of #afdc5f is #99cc66. Color #afdc5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 01011111
Octal 257 334 137
Decimal 175 220 95
Hex AF DC 5F

RGB Percentages of Color #afdc5f

%35.71
%44.90
%19.39

CMYK Percentages of Color #afdc5f

%20
%0
%57
%14

Triadic Colors of #afdc5f

#afdc5f #5fafdc #dc5faf

Analogous Colors of #afdc5f

#afdc5f #71dc5f #dccb5f

Monochromatic Colors of #afdc5f

#afdc5f

Complementary Color

#afdc5f #8c5fdc

#afdc5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdc5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdc5f Color CSS Codes

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

#afdc5f Text Font Color

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

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


#afdc5f Background Color

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

This div background color is #afdc5f


#afdc5f Border Color

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

This div border color is #afdc5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdc5f


Comments

No comments written yet.

Please login to write comment.