Color Hex Logo

#afc940 Color Hex

#AFC940
(175,201,64)
0 Favorites   0 Comments

Color spaces of #afc940

RGB 17520164
HSL0.200.560.52
HSV71°68°79°
CMYK 0.130.000.68   0.21
XYZ39.491351.257412.6627
Yxy51.25740.38190.4957
Hunter Lab71.5943-26.829639.6295
CIE-Lab76.8347-27.050262.4368

#afc940 color RGB value is (175,201,64).

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

The process color (four color CMYK) of #afc940 color hex is 0.13, 0.00, 0.68, 0.21. Web safe color of #afc940 is #99cc33. Color #afc940 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001001 01000000
Octal 257 311 100
Decimal 175 201 64
Hex AF C9 40

RGB Percentages of Color #afc940

%39.77
%45.68
%14.55

CMYK Percentages of Color #afc940

%13
%0
%68
%21

Triadic Colors of #afc940

#afc940 #40afc9 #c940af

Analogous Colors of #afc940

#afc940 #6bc940 #c99f40

Monochromatic Colors of #afc940

#afc940

Complementary Color

#afc940 #5a40c9

#afc940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc940 Color CSS Codes

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

#afc940 Text Font Color

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

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


#afc940 Background Color

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

This div background color is #afc940


#afc940 Border Color

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

This div border color is #afc940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc940


Comments

No comments written yet.

Please login to write comment.