Color Hex Logo

#afc513 Color Hex

#AFC513
(175,197,19)
0 Favorites   0 Comments

Color spaces of #afc513

RGB 17519719
HSL0.190.820.42
HSV67°90°77°
CMYK 0.110.000.90   0.23
XYZ37.763049.09358.1018
Yxy49.09350.39770.5170
Hunter Lab70.0668-26.412942.1910
CIE-Lab75.5095-26.862373.6540

#afc513 color RGB value is (175,197,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 00010011
Octal 257 305 23
Decimal 175 197 19
Hex AF C5 13

RGB Percentages of Color #afc513

%44.76
%50.38
%4.86

CMYK Percentages of Color #afc513

%11
%0
%90
%23

Triadic Colors of #afc513

#afc513 #13afc5 #c513af

Analogous Colors of #afc513

#afc513 #56c513 #c58213

Monochromatic Colors of #afc513

#afc513

Complementary Color

#afc513 #2913c5

#afc513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc513 Color CSS Codes

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

#afc513 Text Font Color

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

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


#afc513 Background Color

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

This div background color is #afc513


#afc513 Border Color

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

This div border color is #afc513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc513


Comments

No comments written yet.

Please login to write comment.