Color Hex Logo

#afc51e Color Hex

#AFC51E
(175,197,30)
0 Favorites   0 Comments

Color spaces of #afc51e

RGB 17519730
HSL0.190.740.45
HSV68°85°77°
CMYK 0.110.000.85   0.23
XYZ37.879849.14028.7168
Yxy49.14020.39570.5133
Hunter Lab70.1001-26.219541.6975
CIE-Lab75.5385-26.608771.6272

#afc51e color RGB value is (175,197,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 00011110
Octal 257 305 36
Decimal 175 197 30
Hex AF C5 1E

RGB Percentages of Color #afc51e

%43.53
%49.00
%7.46

CMYK Percentages of Color #afc51e

%11
%0
%85
%23

Triadic Colors of #afc51e

#afc51e #1eafc5 #c51eaf

Analogous Colors of #afc51e

#afc51e #5bc51e #c5881e

Monochromatic Colors of #afc51e

#afc51e

Complementary Color

#afc51e #341ec5

#afc51e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc51e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc51e Color CSS Codes

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

#afc51e Text Font Color

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

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


#afc51e Background Color

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

This div background color is #afc51e


#afc51e Border Color

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

This div border color is #afc51e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc51e


Comments

No comments written yet.

Please login to write comment.