Color Hex Logo

#afe86f Color Hex

#AFE86F
(175,232,111)
0 Favorites   0 Comments

Color spaces of #afe86f

RGB 175232111
HSL0.250.720.67
HSV88°52°91°
CMYK 0.250.000.52   0.09
XYZ49.405167.974925.5555
Yxy67.97490.34560.4756
Hunter Lab82.4469-37.318539.3351
CIE-Lab85.9939-37.608752.4829

#afe86f color RGB value is (175,232,111).

#afe86f hex color red value is 175, green value is 232 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #afe86f hue: 0.25 , saturation: 0.72 and the lightness value of afe86f is 0.67.

The process color (four color CMYK) of #afe86f color hex is 0.25, 0.00, 0.52, 0.09. Web safe color of #afe86f is #99ff66. Color #afe86f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101000 01101111
Octal 257 350 157
Decimal 175 232 111
Hex AF E8 6F

RGB Percentages of Color #afe86f

%33.78
%44.79
%21.43

CMYK Percentages of Color #afe86f

%25
%0
%52
%9

Triadic Colors of #afe86f

#afe86f #6fafe8 #e86faf

Analogous Colors of #afe86f

#afe86f #73e86f #e8e56f

Monochromatic Colors of #afe86f

#afe86f

Complementary Color

#afe86f #a86fe8

#afe86f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe86f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe86f Color CSS Codes

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

#afe86f Text Font Color

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

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


#afe86f Background Color

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

This div background color is #afe86f


#afe86f Border Color

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

This div border color is #afe86f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe86f


Comments

No comments written yet.

Please login to write comment.