Color Hex Logo

#afe06f Color Hex

#AFE06F
(175,224,111)
0 Favorites   0 Comments

Color spaces of #afe06f

RGB 175224111
HSL0.240.650.66
HSV86°50°88°
CMYK 0.220.000.50   0.12
XYZ47.204163.573024.8218
Yxy63.57300.34810.4688
Hunter Lab79.7327-33.854937.3551
CIE-Lab83.7430-33.967349.7941

#afe06f color RGB value is (175,224,111).

#afe06f hex color red value is 175, green value is 224 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #afe06f hue: 0.24 , saturation: 0.65 and the lightness value of afe06f is 0.66.

The process color (four color CMYK) of #afe06f color hex is 0.22, 0.00, 0.50, 0.12. Web safe color of #afe06f is #99cc66. Color #afe06f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 01101111
Octal 257 340 157
Decimal 175 224 111
Hex AF E0 6F

RGB Percentages of Color #afe06f

%34.31
%43.92
%21.76

CMYK Percentages of Color #afe06f

%22
%0
%50
%12

Triadic Colors of #afe06f

#afe06f #6fafe0 #e06faf

Analogous Colors of #afe06f

#afe06f #77e06f #e0d96f

Monochromatic Colors of #afe06f

#afe06f

Complementary Color

#afe06f #a06fe0

#afe06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe06f Color CSS Codes

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

#afe06f Text Font Color

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

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


#afe06f Background Color

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

This div background color is #afe06f


#afe06f Border Color

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

This div border color is #afe06f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,224,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 #afe06f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe06f


Comments

No comments written yet.

Please login to write comment.