Color Hex Logo

#afd18f Color Hex

#AFD18F
(175,209,143)
0 Favorites   0 Comments

Color spaces of #afd18f

RGB 175209143
HSL0.250.420.69
HSV91°32°82°
CMYK 0.160.000.32   0.18
XYZ45.437656.698134.5356
Yxy56.69810.33250.4149
Hunter Lab75.2981-24.058425.5153
CIE-Lab80.0095-22.877029.1384

#afd18f color RGB value is (175,209,143).

#afd18f hex color red value is 175, green value is 209 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #afd18f hue: 0.25 , saturation: 0.42 and the lightness value of afd18f is 0.69.

The process color (four color CMYK) of #afd18f color hex is 0.16, 0.00, 0.32, 0.18. Web safe color of #afd18f is #99cc99. Color #afd18f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010001 10001111
Octal 257 321 217
Decimal 175 209 143
Hex AF D1 8F

RGB Percentages of Color #afd18f

%33.21
%39.66
%27.13

CMYK Percentages of Color #afd18f

%16
%0
%32
%18

Triadic Colors of #afd18f

#afd18f #8fafd1 #d18faf

Analogous Colors of #afd18f

#afd18f #8fd190 #d0d18f

Monochromatic Colors of #afd18f

#afd18f

Complementary Color

#afd18f #b18fd1

#afd18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd18f Color CSS Codes

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

#afd18f Text Font Color

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

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


#afd18f Background Color

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

This div background color is #afd18f


#afd18f Border Color

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

This div border color is #afd18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd18f


Comments

No comments written yet.

Please login to write comment.