Color Hex Logo

#afe08a Color Hex

#AFE08A
(175,224,138)
0 Favorites   0 Comments

Color spaces of #afe08a

RGB 175224138
HSL0.260.580.71
HSV94°38°88°
CMYK 0.220.000.38   0.12
XYZ48.922364.260233.8697
Yxy64.26020.33270.4370
Hunter Lab80.1625-31.347631.0629
CIE-Lab84.1011-30.763837.0752

#afe08a color RGB value is (175,224,138).

#afe08a hex color red value is 175, green value is 224 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #afe08a hue: 0.26 , saturation: 0.58 and the lightness value of afe08a is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 10001010
Octal 257 340 212
Decimal 175 224 138
Hex AF E0 8A

RGB Percentages of Color #afe08a

%32.59
%41.71
%25.70

CMYK Percentages of Color #afe08a

%22
%0
%38
%12

Triadic Colors of #afe08a

#afe08a #8aafe0 #e08aaf

Analogous Colors of #afe08a

#afe08a #8ae090 #dae08a

Monochromatic Colors of #afe08a

#afe08a

Complementary Color

#afe08a #bb8ae0

#afe08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe08a Color CSS Codes

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

#afe08a Text Font Color

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

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


#afe08a Background Color

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

This div background color is #afe08a


#afe08a Border Color

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

This div border color is #afe08a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe08a


Comments

No comments written yet.

Please login to write comment.