Color Hex Logo

#afda60 Color Hex

#AFDA60
(175,218,96)
0 Favorites   0 Comments

Color spaces of #afda60

RGB 17521896
HSL0.230.620.62
HSV81°56°85°
CMYK 0.200.000.56   0.15
XYZ44.861960.101320.3026
Yxy60.10130.35810.4798
Hunter Lab77.5250-32.375138.7404
CIE-Lab81.8932-32.654754.5215

#afda60 color RGB value is (175,218,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 01100000
Octal 257 332 140
Decimal 175 218 96
Hex AF DA 60

RGB Percentages of Color #afda60

%35.79
%44.58
%19.63

CMYK Percentages of Color #afda60

%20
%0
%56
%15

Triadic Colors of #afda60

#afda60 #60afda #da60af

Analogous Colors of #afda60

#afda60 #72da60 #dac860

Monochromatic Colors of #afda60

#afda60

Complementary Color

#afda60 #8b60da

#afda60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afda60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afda60 Color CSS Codes

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

#afda60 Text Font Color

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

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


#afda60 Background Color

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

This div background color is #afda60


#afda60 Border Color

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

This div border color is #afda60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afda60


Comments

No comments written yet.

Please login to write comment.