Color Hex Logo

#afd46c Color Hex

#AFD46C
(175,212,108)
0 Favorites   0 Comments

Color spaces of #afd46c

RGB 175212108
HSL0.230.550.63
HSV81°49°83°
CMYK 0.170.000.49   0.17
XYZ43.929557.283622.9289
Yxy57.28360.35390.4614
Hunter Lab75.6859-28.845735.0184
CIE-Lab80.3388-28.670747.1131

#afd46c color RGB value is (175,212,108).

#afd46c hex color red value is 175, green value is 212 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #afd46c hue: 0.23 , saturation: 0.55 and the lightness value of afd46c is 0.63.

The process color (four color CMYK) of #afd46c color hex is 0.17, 0.00, 0.49, 0.17. Web safe color of #afd46c is #99cc66. Color #afd46c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010100 01101100
Octal 257 324 154
Decimal 175 212 108
Hex AF D4 6C

RGB Percentages of Color #afd46c

%35.35
%42.83
%21.82

CMYK Percentages of Color #afd46c

%17
%0
%49
%17

Triadic Colors of #afd46c

#afd46c #6cafd4 #d46caf

Analogous Colors of #afd46c

#afd46c #7bd46c #d4c56c

Monochromatic Colors of #afd46c

#afd46c

Complementary Color

#afd46c #916cd4

#afd46c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd46c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd46c Color CSS Codes

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

#afd46c Text Font Color

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

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


#afd46c Background Color

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

This div background color is #afd46c


#afd46c Border Color

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

This div border color is #afd46c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd46c


Comments

No comments written yet.

Please login to write comment.