Color Hex Logo

#afe79d Color Hex

#AFE79D
(175,231,157)
0 Favorites   0 Comments

Color spaces of #afe79d

RGB 175231157
HSL0.290.610.76
HSV105°32°91°
CMYK 0.240.000.32   0.09
XYZ52.340968.700142.4001
Yxy68.70010.32020.4203
Hunter Lab82.8855-32.329727.6901
CIE-Lab86.3553-31.356330.4256

#afe79d color RGB value is (175,231,157).

#afe79d hex color red value is 175, green value is 231 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #afe79d hue: 0.29 , saturation: 0.61 and the lightness value of afe79d is 0.76.

The process color (four color CMYK) of #afe79d color hex is 0.24, 0.00, 0.32, 0.09. Web safe color of #afe79d is #99ff99. Color #afe79d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100111 10011101
Octal 257 347 235
Decimal 175 231 157
Hex AF E7 9D

RGB Percentages of Color #afe79d

%31.08
%41.03
%27.89

CMYK Percentages of Color #afe79d

%24
%0
%32
%9

Triadic Colors of #afe79d

#afe79d #9dafe7 #e79daf

Analogous Colors of #afe79d

#afe79d #9de7b0 #d4e79d

Monochromatic Colors of #afe79d

#afe79d

Complementary Color

#afe79d #d59de7

#afe79d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe79d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe79d Color CSS Codes

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

#afe79d Text Font Color

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

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


#afe79d Background Color

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

This div background color is #afe79d


#afe79d Border Color

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

This div border color is #afe79d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe79d


Comments

No comments written yet.

Please login to write comment.