Color Hex Logo

#afd140 Color Hex

#AFD140
(175,209,64)
0 Favorites   0 Comments

Color spaces of #afd140

RGB 17520964
HSL0.210.610.54
HSV74°69°82°
CMYK 0.160.000.69   0.18
XYZ41.405155.085113.3007
Yxy55.08510.37710.5017
Hunter Lab74.2193-30.303241.3283
CIE-Lab79.0903-30.840564.7130

#afd140 color RGB value is (175,209,64).

#afd140 hex color red value is 175, green value is 209 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #afd140 hue: 0.21 , saturation: 0.61 and the lightness value of afd140 is 0.54.

The process color (four color CMYK) of #afd140 color hex is 0.16, 0.00, 0.69, 0.18. Web safe color of #afd140 is #99cc33. Color #afd140 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010001 01000000
Octal 257 321 100
Decimal 175 209 64
Hex AF D1 40

RGB Percentages of Color #afd140

%39.06
%46.65
%14.29

CMYK Percentages of Color #afd140

%16
%0
%69
%18

Triadic Colors of #afd140

#afd140 #40afd1 #d140af

Analogous Colors of #afd140

#afd140 #67d140 #d1ab40

Monochromatic Colors of #afd140

#afd140

Complementary Color

#afd140 #6240d1

#afd140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd140 Color CSS Codes

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

#afd140 Text Font Color

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

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


#afd140 Background Color

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

This div background color is #afd140


#afd140 Border Color

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

This div border color is #afd140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd140


Comments

No comments written yet.

Please login to write comment.