Color Hex Logo

#afe08e Color Hex

#AFE08E
(175,224,142)
0 Favorites   0 Comments

Color spaces of #afe08e

RGB 175224142
HSL0.270.570.72
HSV96°37°88°
CMYK 0.220.000.37   0.12
XYZ49.217364.378335.4234
Yxy64.37830.33030.4320
Hunter Lab80.2361-30.920229.9893
CIE-Lab84.1623-30.224235.1397

#afe08e color RGB value is (175,224,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 10001110
Octal 257 340 216
Decimal 175 224 142
Hex AF E0 8E

RGB Percentages of Color #afe08e

%32.35
%41.40
%26.25

CMYK Percentages of Color #afe08e

%22
%0
%37
%12

Triadic Colors of #afe08e

#afe08e #8eafe0 #e08eaf

Analogous Colors of #afe08e

#afe08e #8ee096 #d8e08e

Monochromatic Colors of #afe08e

#afe08e

Complementary Color

#afe08e #bf8ee0

#afe08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe08e Color CSS Codes

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

#afe08e Text Font Color

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

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


#afe08e Background Color

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

This div background color is #afe08e


#afe08e Border Color

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

This div border color is #afe08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe08e


Comments

No comments written yet.

Please login to write comment.