Color Hex Logo

#afe08f Color Hex

#AFE08F
(175,224,143)
0 Favorites   0 Comments

Color spaces of #afe08f

RGB 175224143
HSL0.270.570.72
HSV96°36°88°
CMYK 0.220.000.36   0.12
XYZ49.292864.408435.8207
Yxy64.40840.32970.4308
Hunter Lab80.2548-30.810729.7151
CIE-Lab84.1780-30.086234.6542

#afe08f color RGB value is (175,224,143).

#afe08f hex color red value is 175, green value is 224 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #afe08f hue: 0.27 , saturation: 0.57 and the lightness value of afe08f is 0.72.

The process color (four color CMYK) of #afe08f color hex is 0.22, 0.00, 0.36, 0.12. Web safe color of #afe08f is #99cc99. Color #afe08f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 10001111
Octal 257 340 217
Decimal 175 224 143
Hex AF E0 8F

RGB Percentages of Color #afe08f

%32.29
%41.33
%26.38

CMYK Percentages of Color #afe08f

%22
%0
%36
%12

Triadic Colors of #afe08f

#afe08f #8fafe0 #e08faf

Analogous Colors of #afe08f

#afe08f #8fe098 #d8e08f

Monochromatic Colors of #afe08f

#afe08f

Complementary Color

#afe08f #c08fe0

#afe08f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe08f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe08f Color CSS Codes

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

#afe08f Text Font Color

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

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


#afe08f Background Color

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

This div background color is #afe08f


#afe08f Border Color

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

This div border color is #afe08f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe08f


Comments

No comments written yet.

Please login to write comment.