Color Hex Logo

#afe97c Color Hex

#AFE97C
(175,233,124)
0 Favorites   0 Comments

Color spaces of #afe97c

RGB 175233124
HSL0.260.710.70
HSV92°47°91°
CMYK 0.250.000.47   0.09
XYZ50.456268.847029.6983
Yxy68.84700.33860.4621
Hunter Lab82.9741-36.659636.8606
CIE-Lab86.4282-36.649846.8963

#afe97c color RGB value is (175,233,124).

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

The process color (four color CMYK) of #afe97c color hex is 0.25, 0.00, 0.47, 0.09. Web safe color of #afe97c is #99ff66. Color #afe97c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101001 01111100
Octal 257 351 174
Decimal 175 233 124
Hex AF E9 7C

RGB Percentages of Color #afe97c

%32.89
%43.80
%23.31

CMYK Percentages of Color #afe97c

%25
%0
%47
%9

Triadic Colors of #afe97c

#afe97c #7cafe9 #e97caf

Analogous Colors of #afe97c

#afe97c #7ce980 #e6e97c

Monochromatic Colors of #afe97c

#afe97c

Complementary Color

#afe97c #b67ce9

#afe97c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe97c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe97c Color CSS Codes

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

#afe97c Text Font Color

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

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


#afe97c Background Color

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

This div background color is #afe97c


#afe97c Border Color

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

This div border color is #afe97c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe97c


Comments

No comments written yet.

Please login to write comment.