Color Hex Logo

#afc54e Color Hex

#AFC54E
(175,197,78)
0 Favorites   0 Comments

Color spaces of #afc54e

RGB 17519778
HSL0.200.510.54
HSV71°60°77°
CMYK 0.110.000.60   0.23
XYZ39.020649.596514.7242
Yxy49.59650.37760.4799
Hunter Lab70.4248-24.341036.9012
CIE-Lab75.8209-24.168955.6553

#afc54e color RGB value is (175,197,78).

#afc54e hex color red value is 175, green value is 197 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #afc54e hue: 0.20 , saturation: 0.51 and the lightness value of afc54e is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 01001110
Octal 257 305 116
Decimal 175 197 78
Hex AF C5 4E

RGB Percentages of Color #afc54e

%38.89
%43.78
%17.33

CMYK Percentages of Color #afc54e

%11
%0
%60
%23

Triadic Colors of #afc54e

#afc54e #4eafc5 #c54eaf

Analogous Colors of #afc54e

#afc54e #74c54e #c5a04e

Monochromatic Colors of #afc54e

#afc54e

Complementary Color

#afc54e #644ec5

#afc54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc54e Color CSS Codes

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

#afc54e Text Font Color

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

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


#afc54e Background Color

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

This div background color is #afc54e


#afc54e Border Color

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

This div border color is #afc54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc54e


Comments

No comments written yet.

Please login to write comment.