Color Hex Logo

#afda3c Color Hex

#AFDA3C
(175,218,60)
0 Favorites   0 Comments

Color spaces of #afda3c

RGB 17521860
HSL0.210.680.55
HSV76°72°85°
CMYK 0.200.000.72   0.15
XYZ43.566259.583013.4795
Yxy59.58300.37350.5109
Hunter Lab77.1900-34.336843.6794
CIE-Lab81.6110-35.222868.6164

#afda3c color RGB value is (175,218,60).

#afda3c hex color red value is 175, green value is 218 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #afda3c hue: 0.21 , saturation: 0.68 and the lightness value of afda3c is 0.55.

The process color (four color CMYK) of #afda3c color hex is 0.20, 0.00, 0.72, 0.15. Web safe color of #afda3c is #99cc33. Color #afda3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 00111100
Octal 257 332 74
Decimal 175 218 60
Hex AF DA 3C

RGB Percentages of Color #afda3c

%38.63
%48.12
%13.25

CMYK Percentages of Color #afda3c

%20
%0
%72
%15

Triadic Colors of #afda3c

#afda3c #3cafda #da3caf

Analogous Colors of #afda3c

#afda3c #60da3c #dab63c

Monochromatic Colors of #afda3c

#afda3c

Complementary Color

#afda3c #673cda

#afda3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afda3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afda3c Color CSS Codes

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

#afda3c Text Font Color

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

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


#afda3c Background Color

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

This div background color is #afda3c


#afda3c Border Color

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

This div border color is #afda3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afda3c


Comments

No comments written yet.

Please login to write comment.