Color Hex Logo

#afe84f Color Hex

#AFE84F
(175,232,79)
0 Favorites   0 Comments

Color spaces of #afe84f

RGB 17523279
HSL0.230.770.61
HSV82°66°91°
CMYK 0.250.000.66   0.09
XYZ47.947167.391717.8780
Yxy67.39170.35990.5059
Hunter Lab82.0924-39.406744.5526
CIE-Lab85.7014-40.342165.8298

#afe84f color RGB value is (175,232,79).

#afe84f hex color red value is 175, green value is 232 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #afe84f hue: 0.23 , saturation: 0.77 and the lightness value of afe84f is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101000 01001111
Octal 257 350 117
Decimal 175 232 79
Hex AF E8 4F

RGB Percentages of Color #afe84f

%36.01
%47.74
%16.26

CMYK Percentages of Color #afe84f

%25
%0
%66
%9

Triadic Colors of #afe84f

#afe84f #4fafe8 #e84faf

Analogous Colors of #afe84f

#afe84f #63e84f #e8d54f

Monochromatic Colors of #afe84f

#afe84f

Complementary Color

#afe84f #884fe8

#afe84f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe84f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe84f Color CSS Codes

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

#afe84f Text Font Color

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

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


#afe84f Background Color

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

This div background color is #afe84f


#afe84f Border Color

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

This div border color is #afe84f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe84f


Comments

No comments written yet.

Please login to write comment.