Color Hex Logo

#afdf5c Color Hex

#AFDF5C
(175,223,92)
0 Favorites   0 Comments

Color spaces of #afdf5c

RGB 17522392
HSL0.230.670.62
HSV82°59°87°
CMYK 0.220.000.59   0.13
XYZ45.998662.662019.7958
Yxy62.66200.35810.4878
Hunter Lab79.1593-34.804540.5846
CIE-Lab83.2642-35.303657.8441

#afdf5c color RGB value is (175,223,92).

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

The process color (four color CMYK) of #afdf5c color hex is 0.22, 0.00, 0.59, 0.13. Web safe color of #afdf5c is #99cc66. Color #afdf5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 01011100
Octal 257 337 134
Decimal 175 223 92
Hex AF DF 5C

RGB Percentages of Color #afdf5c

%35.71
%45.51
%18.78

CMYK Percentages of Color #afdf5c

%22
%0
%59
%13

Triadic Colors of #afdf5c

#afdf5c #5cafdf #df5caf

Analogous Colors of #afdf5c

#afdf5c #6edf5c #dfce5c

Monochromatic Colors of #afdf5c

#afdf5c

Complementary Color

#afdf5c #8c5cdf

#afdf5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdf5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdf5c Color CSS Codes

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

#afdf5c Text Font Color

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

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


#afdf5c Background Color

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

This div background color is #afdf5c


#afdf5c Border Color

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

This div border color is #afdf5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdf5c


Comments

No comments written yet.

Please login to write comment.