Color Hex Logo

#afc41d Color Hex

#AFC41D
(175,196,29)
0 Favorites   0 Comments

Color spaces of #afc41d

RGB 17519629
HSL0.190.740.44
HSV68°85°77°
CMYK 0.110.000.85   0.23
XYZ37.640948.68258.5752
Yxy48.68250.39660.5130
Hunter Lab69.7728-25.805741.5542
CIE-Lab75.2534-26.155171.6050

#afc41d color RGB value is (175,196,29).

#afc41d hex color red value is 175, green value is 196 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #afc41d hue: 0.19 , saturation: 0.74 and the lightness value of afc41d is 0.44.

The process color (four color CMYK) of #afc41d color hex is 0.11, 0.00, 0.85, 0.23. Web safe color of #afc41d is #99cc33. Color #afc41d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000100 00011101
Octal 257 304 35
Decimal 175 196 29
Hex AF C4 1D

RGB Percentages of Color #afc41d

%43.75
%49.00
%7.25

CMYK Percentages of Color #afc41d

%11
%0
%85
%23

Triadic Colors of #afc41d

#afc41d #1dafc4 #c41daf

Analogous Colors of #afc41d

#afc41d #5cc41d #c4861d

Monochromatic Colors of #afc41d

#afc41d

Complementary Color

#afc41d #321dc4

#afc41d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc41d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc41d Color CSS Codes

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

#afc41d Text Font Color

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

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


#afc41d Background Color

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

This div background color is #afc41d


#afc41d Border Color

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

This div border color is #afc41d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc41d


Comments

No comments written yet.

Please login to write comment.