Color Hex Logo

#afcf6f Color Hex

#AFCF6F
(175,207,111)
0 Favorites   0 Comments

Color spaces of #afcf6f

RGB 175207111
HSL0.220.500.62
HSV80°46°81°
CMYK 0.150.000.46   0.19
XYZ42.861354.887323.3742
Yxy54.88730.35390.4532
Hunter Lab74.0860-26.382033.1541
CIE-Lab78.9763-25.956943.9986

#afcf6f color RGB value is (175,207,111).

#afcf6f hex color red value is 175, green value is 207 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #afcf6f hue: 0.22 , saturation: 0.50 and the lightness value of afcf6f is 0.62.

The process color (four color CMYK) of #afcf6f color hex is 0.15, 0.00, 0.46, 0.19. Web safe color of #afcf6f is #99cc66. Color #afcf6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 01101111
Octal 257 317 157
Decimal 175 207 111
Hex AF CF 6F

RGB Percentages of Color #afcf6f

%35.50
%41.99
%22.52

CMYK Percentages of Color #afcf6f

%15
%0
%46
%19

Triadic Colors of #afcf6f

#afcf6f #6fafcf #cf6faf

Analogous Colors of #afcf6f

#afcf6f #7fcf6f #cfbf6f

Monochromatic Colors of #afcf6f

#afcf6f

Complementary Color

#afcf6f #8f6fcf

#afcf6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcf6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcf6f Color CSS Codes

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

#afcf6f Text Font Color

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

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


#afcf6f Background Color

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

This div background color is #afcf6f


#afcf6f Border Color

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

This div border color is #afcf6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcf6f


Comments

No comments written yet.

Please login to write comment.