Color Hex Logo

#afc836 Color Hex

#AFC836
(175,200,54)
0 Favorites   0 Comments

Color spaces of #afc836

RGB 17520054
HSL0.200.570.50
HSV70°73°78°
CMYK 0.130.000.73   0.22
XYZ38.999350.688911.2185
Yxy50.68890.38650.5023
Hunter Lab71.1961-26.815840.4949
CIE-Lab76.4902-27.121265.7050

#afc836 color RGB value is (175,200,54).

#afc836 hex color red value is 175, green value is 200 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #afc836 hue: 0.20 , saturation: 0.57 and the lightness value of afc836 is 0.50.

The process color (four color CMYK) of #afc836 color hex is 0.13, 0.00, 0.73, 0.22. Web safe color of #afc836 is #99cc33. Color #afc836 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001000 00110110
Octal 257 310 66
Decimal 175 200 54
Hex AF C8 36

RGB Percentages of Color #afc836

%40.79
%46.62
%12.59

CMYK Percentages of Color #afc836

%13
%0
%73
%22

Triadic Colors of #afc836

#afc836 #36afc8 #c836af

Analogous Colors of #afc836

#afc836 #66c836 #c89836

Monochromatic Colors of #afc836

#afc836

Complementary Color

#afc836 #4f36c8

#afc836 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc836 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc836 Color CSS Codes

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

#afc836 Text Font Color

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

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


#afc836 Background Color

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

This div background color is #afc836


#afc836 Border Color

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

This div border color is #afc836


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc836


Comments

No comments written yet.

Please login to write comment.