Color Hex Logo

#afdc00 Color Hex

#AFDC00
(175,220,0)
0 Favorites   0 Comments

Color spaces of #afdc00

RGB 1752200
HSL0.201.000.43
HSV72°100°86°
CMYK 0.200.001.00   0.14
XYZ43.272460.30049.3584
Yxy60.30040.38320.5340
Hunter Lab77.6533-36.424047.2120
CIE-Lab82.0012-37.773380.7049

#afdc00 color RGB value is (175,220,0).

#afdc00 hex color red value is 175, green value is 220 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #afdc00 hue: 0.20 , saturation: 1.00 and the lightness value of afdc00 is 0.43.

The process color (four color CMYK) of #afdc00 color hex is 0.20, 0.00, 1.00, 0.14. Web safe color of #afdc00 is #99cc00. Color #afdc00 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 00000000
Octal 257 334 0
Decimal 175 220 0
Hex AF DC 0

RGB Percentages of Color #afdc00

%44.30
%55.70
%0.00

CMYK Percentages of Color #afdc00

%20
%0
%100
%14

Triadic Colors of #afdc00

#afdc00 #00afdc #dc00af

Analogous Colors of #afdc00

#afdc00 #41dc00 #dc9b00

Monochromatic Colors of #afdc00

#afdc00

Complementary Color

#afdc00 #2d00dc

#afdc00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdc00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdc00 Color CSS Codes

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

#afdc00 Text Font Color

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

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


#afdc00 Background Color

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

This div background color is #afdc00


#afdc00 Border Color

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

This div border color is #afdc00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdc00


Comments

No comments written yet.

Please login to write comment.