Color Hex Logo

#afd179 Color Hex

#AFD179
(175,209,121)
0 Favorites   0 Comments

Color spaces of #afd179

RGB 175209121
HSL0.230.490.65
HSV83°42°82°
CMYK 0.160.000.42   0.18
XYZ43.930956.095426.6012
Yxy56.09540.34690.4430
Hunter Lab74.8969-26.370031.3697
CIE-Lab79.6681-25.775439.9161

#afd179 color RGB value is (175,209,121).

#afd179 hex color red value is 175, green value is 209 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #afd179 hue: 0.23 , saturation: 0.49 and the lightness value of afd179 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010001 01111001
Octal 257 321 171
Decimal 175 209 121
Hex AF D1 79

RGB Percentages of Color #afd179

%34.65
%41.39
%23.96

CMYK Percentages of Color #afd179

%16
%0
%42
%18

Triadic Colors of #afd179

#afd179 #79afd1 #d179af

Analogous Colors of #afd179

#afd179 #83d179 #d1c779

Monochromatic Colors of #afd179

#afd179

Complementary Color

#afd179 #9b79d1

#afd179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd179 Color CSS Codes

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

#afd179 Text Font Color

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

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


#afd179 Background Color

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

This div background color is #afd179


#afd179 Border Color

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

This div border color is #afd179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd179


Comments

No comments written yet.

Please login to write comment.