Color Hex Logo

#afc17d Color Hex

#AFC17D
(175,193,125)
0 Favorites   0 Comments

Color spaces of #afc17d

RGB 175193125
HSL0.210.350.62
HSV76°35°76°
CMYK 0.090.000.35   0.24
XYZ40.450848.734626.6768
Yxy48.73460.34910.4206
Hunter Lab69.8102-18.737826.2104
CIE-Lab75.2859-17.377032.2423

#afc17d color RGB value is (175,193,125).

#afc17d hex color red value is 175, green value is 193 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #afc17d hue: 0.21 , saturation: 0.35 and the lightness value of afc17d is 0.62.

The process color (four color CMYK) of #afc17d color hex is 0.09, 0.00, 0.35, 0.24. Web safe color of #afc17d is #99cc66. Color #afc17d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000001 01111101
Octal 257 301 175
Decimal 175 193 125
Hex AF C1 7D

RGB Percentages of Color #afc17d

%35.50
%39.15
%25.35

CMYK Percentages of Color #afc17d

%9
%0
%35
%24

Triadic Colors of #afc17d

#afc17d #7dafc1 #c17daf

Analogous Colors of #afc17d

#afc17d #8dc17d #c1b17d

Monochromatic Colors of #afc17d

#afc17d

Complementary Color

#afc17d #8f7dc1

#afc17d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc17d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc17d Color CSS Codes

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

#afc17d Text Font Color

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

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


#afc17d Background Color

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

This div background color is #afc17d


#afc17d Border Color

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

This div border color is #afc17d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc17d


Comments

No comments written yet.

Please login to write comment.