Color Hex Logo

#afc55c Color Hex

#AFC55C
(175,197,92)
0 Favorites   0 Comments

Color spaces of #afc55c

RGB 17519792
HSL0.200.480.57
HSV73°53°77°
CMYK 0.110.000.53   0.23
XYZ39.577249.819217.6553
Yxy49.81920.36970.4654
Hunter Lab70.5827-23.431134.5773
CIE-Lab75.9582-23.001849.4878

#afc55c color RGB value is (175,197,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 01011100
Octal 257 305 134
Decimal 175 197 92
Hex AF C5 5C

RGB Percentages of Color #afc55c

%37.72
%42.46
%19.83

CMYK Percentages of Color #afc55c

%11
%0
%53
%23

Triadic Colors of #afc55c

#afc55c #5cafc5 #c55caf

Analogous Colors of #afc55c

#afc55c #7bc55c #c5a75c

Monochromatic Colors of #afc55c

#afc55c

Complementary Color

#afc55c #725cc5

#afc55c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc55c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc55c Color CSS Codes

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

#afc55c Text Font Color

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

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


#afc55c Background Color

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

This div background color is #afc55c


#afc55c Border Color

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

This div border color is #afc55c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc55c


Comments

No comments written yet.

Please login to write comment.