Color Hex Logo

#afc462 Color Hex

#AFC462
(175,196,98)
0 Favorites   0 Comments

Color spaces of #afc462

RGB 17519698
HSL0.200.450.58
HSV73°50°77°
CMYK 0.110.000.50   0.23
XYZ39.623749.475719.0166
Yxy49.47570.36650.4576
Hunter Lab70.3390-22.539733.2078
CIE-Lab75.7463-21.942546.3887

#afc462 color RGB value is (175,196,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000100 01100010
Octal 257 304 142
Decimal 175 196 98
Hex AF C4 62

RGB Percentages of Color #afc462

%37.31
%41.79
%20.90

CMYK Percentages of Color #afc462

%11
%0
%50
%23

Triadic Colors of #afc462

#afc462 #62afc4 #c462af

Analogous Colors of #afc462

#afc462 #7ec462 #c4a862

Monochromatic Colors of #afc462

#afc462

Complementary Color

#afc462 #7762c4

#afc462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc462 Color CSS Codes

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

#afc462 Text Font Color

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

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


#afc462 Background Color

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

This div background color is #afc462


#afc462 Border Color

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

This div border color is #afc462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc462


Comments

No comments written yet.

Please login to write comment.