Color Hex Logo

#afe77e Color Hex

#AFE77E
(175,231,126)
0 Favorites   0 Comments

Color spaces of #afe77e

RGB 175231126
HSL0.260.690.70
HSV92°45°91°
CMYK 0.240.000.45   0.09
XYZ50.021067.772130.1836
Yxy67.77210.33800.4580
Hunter Lab82.3238-35.607835.8883
CIE-Lab85.8924-35.507445.2697

#afe77e color RGB value is (175,231,126).

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

The process color (four color CMYK) of #afe77e color hex is 0.24, 0.00, 0.45, 0.09. Web safe color of #afe77e is #99ff66. Color #afe77e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100111 01111110
Octal 257 347 176
Decimal 175 231 126
Hex AF E7 7E

RGB Percentages of Color #afe77e

%32.89
%43.42
%23.68

CMYK Percentages of Color #afe77e

%24
%0
%45
%9

Triadic Colors of #afe77e

#afe77e #7eafe7 #e77eaf

Analogous Colors of #afe77e

#afe77e #7ee782 #e4e77e

Monochromatic Colors of #afe77e

#afe77e

Complementary Color

#afe77e #b67ee7

#afe77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe77e Color CSS Codes

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

#afe77e Text Font Color

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

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


#afe77e Background Color

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

This div background color is #afe77e


#afe77e Border Color

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

This div border color is #afe77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe77e


Comments

No comments written yet.

Please login to write comment.