Color Hex Logo

#afc40e Color Hex

#AFC40E
(175,196,14)
0 Favorites   0 Comments

Color spaces of #afc40e

RGB 17519614
HSL0.190.870.41
HSV67°93°77°
CMYK 0.110.000.93   0.23
XYZ37.498448.62557.8248
Yxy48.62550.39910.5176
Hunter Lab69.7320-26.042542.1593
CIE-Lab75.2177-26.465474.1209

#afc40e color RGB value is (175,196,14).

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

The process color (four color CMYK) of #afc40e color hex is 0.11, 0.00, 0.93, 0.23. Web safe color of #afc40e is #99cc00. Color #afc40e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000100 00001110
Octal 257 304 16
Decimal 175 196 14
Hex AF C4 E

RGB Percentages of Color #afc40e

%45.45
%50.91
%3.64

CMYK Percentages of Color #afc40e

%11
%0
%93
%23

Triadic Colors of #afc40e

#afc40e #0eafc4 #c40eaf

Analogous Colors of #afc40e

#afc40e #54c40e #c47e0e

Monochromatic Colors of #afc40e

#afc40e

Complementary Color

#afc40e #230ec4

#afc40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc40e Color CSS Codes

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

#afc40e Text Font Color

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

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


#afc40e Background Color

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

This div background color is #afc40e


#afc40e Border Color

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

This div border color is #afc40e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc40e


Comments

No comments written yet.

Please login to write comment.