Color Hex Logo

#afd860 Color Hex

#AFD860
(175,216,96)
0 Favorites   0 Comments

Color spaces of #afd860

RGB 17521696
HSL0.220.610.61
HSV81°56°85°
CMYK 0.190.000.56   0.15
XYZ44.346459.070220.1307
Yxy59.07020.35890.4781
Hunter Lab76.8571-31.505938.2705
CIE-Lab81.3302-31.724653.8741

#afd860 color RGB value is (175,216,96).

#afd860 hex color red value is 175, green value is 216 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #afd860 hue: 0.22 , saturation: 0.61 and the lightness value of afd860 is 0.61.

The process color (four color CMYK) of #afd860 color hex is 0.19, 0.00, 0.56, 0.15. Web safe color of #afd860 is #99cc66. Color #afd860 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011000 01100000
Octal 257 330 140
Decimal 175 216 96
Hex AF D8 60

RGB Percentages of Color #afd860

%35.93
%44.35
%19.71

CMYK Percentages of Color #afd860

%19
%0
%56
%15

Triadic Colors of #afd860

#afd860 #60afd8 #d860af

Analogous Colors of #afd860

#afd860 #73d860 #d8c560

Monochromatic Colors of #afd860

#afd860

Complementary Color

#afd860 #8960d8

#afd860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd860 Color CSS Codes

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

#afd860 Text Font Color

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

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


#afd860 Background Color

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

This div background color is #afd860


#afd860 Border Color

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

This div border color is #afd860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd860


Comments

No comments written yet.

Please login to write comment.