Color Hex Logo

#afc55f Color Hex

#AFC55F
(175,197,95)
0 Favorites   0 Comments

Color spaces of #afc55f

RGB 17519795
HSL0.200.470.57
HSV73°52°77°
CMYK 0.110.000.52   0.23
XYZ39.711049.872718.3599
Yxy49.87270.36790.4620
Hunter Lab70.6206-23.212934.0202
CIE-Lab75.9911-22.723448.1126

#afc55f color RGB value is (175,197,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 01011111
Octal 257 305 137
Decimal 175 197 95
Hex AF C5 5F

RGB Percentages of Color #afc55f

%37.47
%42.18
%20.34

CMYK Percentages of Color #afc55f

%11
%0
%52
%23

Triadic Colors of #afc55f

#afc55f #5fafc5 #c55faf

Analogous Colors of #afc55f

#afc55f #7cc55f #c5a85f

Monochromatic Colors of #afc55f

#afc55f

Complementary Color

#afc55f #755fc5

#afc55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc55f Color CSS Codes

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

#afc55f Text Font Color

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

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


#afc55f Background Color

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

This div background color is #afc55f


#afc55f Border Color

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

This div border color is #afc55f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc55f


Comments

No comments written yet.

Please login to write comment.