Color Hex Logo

#afdc1e Color Hex

#AFDC1E
(175,220,30)
0 Favorites   0 Comments

Color spaces of #afdc1e

RGB 17522030
HSL0.210.760.49
HSV74°86°86°
CMYK 0.200.000.86   0.14
XYZ43.506760.394110.5925
Yxy60.39410.38000.5275
Hunter Lab77.7136-36.068646.3182
CIE-Lab82.0519-37.299077.0717

#afdc1e color RGB value is (175,220,30).

#afdc1e hex color red value is 175, green value is 220 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #afdc1e hue: 0.21 , saturation: 0.76 and the lightness value of afdc1e is 0.49.

The process color (four color CMYK) of #afdc1e color hex is 0.20, 0.00, 0.86, 0.14. Web safe color of #afdc1e is #99cc33. Color #afdc1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 00011110
Octal 257 334 36
Decimal 175 220 30
Hex AF DC 1E

RGB Percentages of Color #afdc1e

%41.18
%51.76
%7.06

CMYK Percentages of Color #afdc1e

%20
%0
%86
%14

Triadic Colors of #afdc1e

#afdc1e #1eafdc #dc1eaf

Analogous Colors of #afdc1e

#afdc1e #50dc1e #dcaa1e

Monochromatic Colors of #afdc1e

#afdc1e

Complementary Color

#afdc1e #4b1edc

#afdc1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdc1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdc1e Color CSS Codes

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

#afdc1e Text Font Color

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

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


#afdc1e Background Color

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

This div background color is #afdc1e


#afdc1e Border Color

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

This div border color is #afdc1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdc1e


Comments

No comments written yet.

Please login to write comment.