Color Hex Logo

#afe07e Color Hex

#AFE07E
(175,224,126)
0 Favorites   0 Comments

Color spaces of #afe07e

RGB 175224126
HSL0.250.610.69
HSV90°44°88°
CMYK 0.220.000.44   0.12
XYZ48.100763.931629.5435
Yxy63.93160.33980.4516
Hunter Lab79.9572-32.543134.0629
CIE-Lab83.9301-32.282942.8150

#afe07e color RGB value is (175,224,126).

#afe07e hex color red value is 175, green value is 224 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #afe07e hue: 0.25 , saturation: 0.61 and the lightness value of afe07e is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 01111110
Octal 257 340 176
Decimal 175 224 126
Hex AF E0 7E

RGB Percentages of Color #afe07e

%33.33
%42.67
%24.00

CMYK Percentages of Color #afe07e

%22
%0
%44
%12

Triadic Colors of #afe07e

#afe07e #7eafe0 #e07eaf

Analogous Colors of #afe07e

#afe07e #7ee07e #e0e07e

Monochromatic Colors of #afe07e

#afe07e

Complementary Color

#afe07e #af7ee0

#afe07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe07e Color CSS Codes

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

#afe07e Text Font Color

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

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


#afe07e Background Color

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

This div background color is #afe07e


#afe07e Border Color

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

This div border color is #afe07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe07e


Comments

No comments written yet.

Please login to write comment.