Color Hex Logo

#afc340 Color Hex

#AFC340
(175,195,64)
0 Favorites   0 Comments

Color spaces of #afc340

RGB 17519564
HSL0.190.520.51
HSV69°67°76°
CMYK 0.100.000.67   0.24
XYZ38.119748.514312.2056
Yxy48.51430.38570.4908
Hunter Lab69.6522-24.200838.3668
CIE-Lab75.1482-24.151260.7181

#afc340 color RGB value is (175,195,64).

#afc340 hex color red value is 175, green value is 195 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #afc340 hue: 0.19 , saturation: 0.52 and the lightness value of afc340 is 0.51.

The process color (four color CMYK) of #afc340 color hex is 0.10, 0.00, 0.67, 0.24. Web safe color of #afc340 is #99cc33. Color #afc340 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000011 01000000
Octal 257 303 100
Decimal 175 195 64
Hex AF C3 40

RGB Percentages of Color #afc340

%40.32
%44.93
%14.75

CMYK Percentages of Color #afc340

%10
%0
%67
%24

Triadic Colors of #afc340

#afc340 #40afc3 #c340af

Analogous Colors of #afc340

#afc340 #6ec340 #c39640

Monochromatic Colors of #afc340

#afc340

Complementary Color

#afc340 #5440c3

#afc340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc340 Color CSS Codes

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

#afc340 Text Font Color

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

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


#afc340 Background Color

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

This div background color is #afc340


#afc340 Border Color

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

This div border color is #afc340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc340


Comments

No comments written yet.

Please login to write comment.