Color Hex Logo

#afe060 Color Hex

#AFE060
(175,224,96)
0 Favorites   0 Comments

Color spaces of #afe060

RGB 17522496
HSL0.230.670.63
HSV83°57°88°
CMYK 0.220.000.57   0.12
XYZ46.446263.269820.8307
Yxy63.26980.35580.4847
Hunter Lab79.5423-34.969740.1526
CIE-Lab83.5841-35.413356.4547

#afe060 color RGB value is (175,224,96).

#afe060 hex color red value is 175, green value is 224 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #afe060 hue: 0.23 , saturation: 0.67 and the lightness value of afe060 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 01100000
Octal 257 340 140
Decimal 175 224 96
Hex AF E0 60

RGB Percentages of Color #afe060

%35.35
%45.25
%19.39

CMYK Percentages of Color #afe060

%22
%0
%57
%12

Triadic Colors of #afe060

#afe060 #60afe0 #e060af

Analogous Colors of #afe060

#afe060 #6fe060 #e0d160

Monochromatic Colors of #afe060

#afe060

Complementary Color

#afe060 #9160e0

#afe060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe060 Color CSS Codes

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

#afe060 Text Font Color

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

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


#afe060 Background Color

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

This div background color is #afe060


#afe060 Border Color

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

This div border color is #afe060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe060


Comments

No comments written yet.

Please login to write comment.