Color Hex Logo

#afc07f Color Hex

#AFC07F
(175,192,127)
0 Favorites   0 Comments

Color spaces of #afc07f

RGB 175192127
HSL0.210.340.63
HSV76°34°75°
CMYK 0.090.000.34   0.25
XYZ40.359648.345527.2831
Yxy48.34550.34800.4168
Hunter Lab69.5309-18.067825.4070
CIE-Lab75.0423-16.609930.8813

#afc07f color RGB value is (175,192,127).

#afc07f hex color red value is 175, green value is 192 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #afc07f hue: 0.21 , saturation: 0.34 and the lightness value of afc07f is 0.63.

The process color (four color CMYK) of #afc07f color hex is 0.09, 0.00, 0.34, 0.25. Web safe color of #afc07f is #99cc66. Color #afc07f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000000 01111111
Octal 257 300 177
Decimal 175 192 127
Hex AF C0 7F

RGB Percentages of Color #afc07f

%35.43
%38.87
%25.71

CMYK Percentages of Color #afc07f

%9
%0
%34
%25

Triadic Colors of #afc07f

#afc07f #7fafc0 #c07faf

Analogous Colors of #afc07f

#afc07f #8fc07f #c0b17f

Monochromatic Colors of #afc07f

#afc07f

Complementary Color

#afc07f #907fc0

#afc07f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc07f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc07f Color CSS Codes

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

#afc07f Text Font Color

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

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


#afc07f Background Color

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

This div background color is #afc07f


#afc07f Border Color

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

This div border color is #afc07f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc07f


Comments

No comments written yet.

Please login to write comment.