Color Hex Logo

#afc511 Color Hex

#AFC511
(175,197,17)
0 Favorites   0 Comments

Color spaces of #afc511

RGB 17519717
HSL0.190.840.42
HSV67°91°77°
CMYK 0.110.000.91   0.23
XYZ37.746649.08698.0156
Yxy49.08690.39800.5175
Hunter Lab70.0620-26.440042.2602
CIE-Lab75.5054-26.897873.9464

#afc511 color RGB value is (175,197,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 00010001
Octal 257 305 21
Decimal 175 197 17
Hex AF C5 11

RGB Percentages of Color #afc511

%44.99
%50.64
%4.37

CMYK Percentages of Color #afc511

%11
%0
%91
%23

Triadic Colors of #afc511

#afc511 #11afc5 #c511af

Analogous Colors of #afc511

#afc511 #55c511 #c58111

Monochromatic Colors of #afc511

#afc511

Complementary Color

#afc511 #2711c5

#afc511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc511 Color CSS Codes

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

#afc511 Text Font Color

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

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


#afc511 Background Color

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

This div background color is #afc511


#afc511 Border Color

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

This div border color is #afc511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc511


Comments

No comments written yet.

Please login to write comment.