Color Hex Logo

#afc42e Color Hex

#AFC42E
(175,196,46)
0 Favorites   0 Comments

Color spaces of #afc42e

RGB 17519646
HSL0.190.620.47
HSV68°77°77°
CMYK 0.110.000.77   0.23
XYZ37.912348.791110.0042
Yxy48.79110.39200.5045
Hunter Lab69.8506-25.355540.4038
CIE-Lab75.3212-25.567067.2023

#afc42e color RGB value is (175,196,46).

#afc42e hex color red value is 175, green value is 196 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #afc42e hue: 0.19 , saturation: 0.62 and the lightness value of afc42e is 0.47.

The process color (four color CMYK) of #afc42e color hex is 0.11, 0.00, 0.77, 0.23. Web safe color of #afc42e is #99cc33. Color #afc42e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000100 00101110
Octal 257 304 56
Decimal 175 196 46
Hex AF C4 2E

RGB Percentages of Color #afc42e

%41.97
%47.00
%11.03

CMYK Percentages of Color #afc42e

%11
%0
%77
%23

Triadic Colors of #afc42e

#afc42e #2eafc4 #c42eaf

Analogous Colors of #afc42e

#afc42e #64c42e #c48e2e

Monochromatic Colors of #afc42e

#afc42e

Complementary Color

#afc42e #432ec4

#afc42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc42e Color CSS Codes

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

#afc42e Text Font Color

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

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


#afc42e Background Color

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

This div background color is #afc42e


#afc42e Border Color

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

This div border color is #afc42e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc42e


Comments

No comments written yet.

Please login to write comment.