Color Hex Logo

#afc461 Color Hex

#AFC461
(175,196,97)
0 Favorites   0 Comments

Color spaces of #afc461

RGB 17519697
HSL0.200.460.57
HSV73°51°77°
CMYK 0.110.000.51   0.23
XYZ39.576849.456918.7695
Yxy49.45690.36710.4588
Hunter Lab70.3256-22.616233.4038
CIE-Lab75.7347-22.039946.8550

#afc461 color RGB value is (175,196,97).

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

The process color (four color CMYK) of #afc461 color hex is 0.11, 0.00, 0.51, 0.23. Web safe color of #afc461 is #99cc66. Color #afc461 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000100 01100001
Octal 257 304 141
Decimal 175 196 97
Hex AF C4 61

RGB Percentages of Color #afc461

%37.39
%41.88
%20.73

CMYK Percentages of Color #afc461

%11
%0
%51
%23

Triadic Colors of #afc461

#afc461 #61afc4 #c461af

Analogous Colors of #afc461

#afc461 #7ec461 #c4a861

Monochromatic Colors of #afc461

#afc461

Complementary Color

#afc461 #7661c4

#afc461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc461 Color CSS Codes

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

#afc461 Text Font Color

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

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


#afc461 Background Color

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

This div background color is #afc461


#afc461 Border Color

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

This div border color is #afc461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc461


Comments

No comments written yet.

Please login to write comment.