Color Hex Logo

#afc161 Color Hex

#AFC161
(175,193,97)
0 Favorites   0 Comments

Color spaces of #afc161

RGB 17519397
HSL0.200.440.57
HSV71°50°76°
CMYK 0.090.000.50   0.24
XYZ38.906848.117018.5462
Yxy48.11700.36850.4558
Hunter Lab69.3664-21.272732.7044
CIE-Lab74.8987-20.555245.8567

#afc161 color RGB value is (175,193,97).

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

The process color (four color CMYK) of #afc161 color hex is 0.09, 0.00, 0.50, 0.24. Web safe color of #afc161 is #99cc66. Color #afc161 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000001 01100001
Octal 257 301 141
Decimal 175 193 97
Hex AF C1 61

RGB Percentages of Color #afc161

%37.63
%41.51
%20.86

CMYK Percentages of Color #afc161

%9
%0
%50
%24

Triadic Colors of #afc161

#afc161 #61afc1 #c161af

Analogous Colors of #afc161

#afc161 #7fc161 #c1a361

Monochromatic Colors of #afc161

#afc161

Complementary Color

#afc161 #7361c1

#afc161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc161 Color CSS Codes

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

#afc161 Text Font Color

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

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


#afc161 Background Color

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

This div background color is #afc161


#afc161 Border Color

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

This div border color is #afc161


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,193,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 #afc161">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc161


Comments

No comments written yet.

Please login to write comment.