Color Hex Logo

#afc90e Color Hex

#AFC90E
(175,201,14)
0 Favorites   0 Comments

Color spaces of #afc90e

RGB 17520114
HSL0.190.870.42
HSV68°93°79°
CMYK 0.130.000.93   0.21
XYZ38.645150.91908.2070
Yxy50.91900.39530.5208
Hunter Lab71.3576-28.205543.1312
CIE-Lab76.6299-28.851875.2233

#afc90e color RGB value is (175,201,14).

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

The process color (four color CMYK) of #afc90e color hex is 0.13, 0.00, 0.93, 0.21. Web safe color of #afc90e is #99cc00. Color #afc90e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001001 00001110
Octal 257 311 16
Decimal 175 201 14
Hex AF C9 E

RGB Percentages of Color #afc90e

%44.87
%51.54
%3.59

CMYK Percentages of Color #afc90e

%13
%0
%93
%21

Triadic Colors of #afc90e

#afc90e #0eafc9 #c90eaf

Analogous Colors of #afc90e

#afc90e #52c90e #c9860e

Monochromatic Colors of #afc90e

#afc90e

Complementary Color

#afc90e #280ec9

#afc90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc90e Color CSS Codes

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

#afc90e Text Font Color

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

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


#afc90e Background Color

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

This div background color is #afc90e


#afc90e Border Color

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

This div border color is #afc90e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,201,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 #afc90e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc90e


Comments

No comments written yet.

Please login to write comment.