Color Hex Logo

#afd26f Color Hex

#AFD26F
(175,210,111)
0 Favorites   0 Comments

Color spaces of #afd26f

RGB 175210111
HSL0.230.520.63
HSV81°47°82°
CMYK 0.170.000.47   0.18
XYZ43.595056.354823.6188
Yxy56.35480.35280.4561
Hunter Lab75.0698-27.712633.8948
CIE-Lab79.8153-27.397945.0289

#afd26f color RGB value is (175,210,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010010 01101111
Octal 257 322 157
Decimal 175 210 111
Hex AF D2 6F

RGB Percentages of Color #afd26f

%35.28
%42.34
%22.38

CMYK Percentages of Color #afd26f

%17
%0
%47
%18

Triadic Colors of #afd26f

#afd26f #6fafd2 #d26faf

Analogous Colors of #afd26f

#afd26f #7ed26f #d2c46f

Monochromatic Colors of #afd26f

#afd26f

Complementary Color

#afd26f #926fd2

#afd26f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd26f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd26f Color CSS Codes

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

#afd26f Text Font Color

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

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


#afd26f Background Color

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

This div background color is #afd26f


#afd26f Border Color

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

This div border color is #afd26f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd26f


Comments

No comments written yet.

Please login to write comment.