Color Hex Logo

#afc637 Color Hex

#AFC637
(175,198,55)
0 Favorites   0 Comments

Color spaces of #afc637

RGB 17519855
HSL0.190.570.50
HSV70°72°78°
CMYK 0.120.000.72   0.22
XYZ38.562949.778011.1901
Yxy49.77800.38740.5001
Hunter Lab70.5535-25.904839.9838
CIE-Lab75.9328-26.109864.8232

#afc637 color RGB value is (175,198,55).

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

The process color (four color CMYK) of #afc637 color hex is 0.12, 0.00, 0.72, 0.22. Web safe color of #afc637 is #99cc33. Color #afc637 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000110 00110111
Octal 257 306 67
Decimal 175 198 55
Hex AF C6 37

RGB Percentages of Color #afc637

%40.89
%46.26
%12.85

CMYK Percentages of Color #afc637

%12
%0
%72
%22

Triadic Colors of #afc637

#afc637 #37afc6 #c637af

Analogous Colors of #afc637

#afc637 #68c637 #c69637

Monochromatic Colors of #afc637

#afc637

Complementary Color

#afc637 #4e37c6

#afc637 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc637 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc637 Color CSS Codes

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

#afc637 Text Font Color

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

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


#afc637 Background Color

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

This div background color is #afc637


#afc637 Border Color

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

This div border color is #afc637


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc637


Comments

No comments written yet.

Please login to write comment.