Color Hex Logo

#afcf6c Color Hex

#AFCF6C
(175,207,108)
0 Favorites   0 Comments

Color spaces of #afcf6c

RGB 175207108
HSL0.220.510.62
HSV79°48°81°
CMYK 0.150.000.48   0.19
XYZ42.698854.822322.5187
Yxy54.82230.35570.4567
Hunter Lab74.0421-26.635833.7974
CIE-Lab78.9388-26.280445.4131

#afcf6c color RGB value is (175,207,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 01101100
Octal 257 317 154
Decimal 175 207 108
Hex AF CF 6C

RGB Percentages of Color #afcf6c

%35.71
%42.24
%22.04

CMYK Percentages of Color #afcf6c

%15
%0
%48
%19

Triadic Colors of #afcf6c

#afcf6c #6cafcf #cf6caf

Analogous Colors of #afcf6c

#afcf6c #7ecf6c #cfbe6c

Monochromatic Colors of #afcf6c

#afcf6c

Complementary Color

#afcf6c #8c6ccf

#afcf6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcf6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcf6c Color CSS Codes

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

#afcf6c Text Font Color

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

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


#afcf6c Background Color

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

This div background color is #afcf6c


#afcf6c Border Color

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

This div border color is #afcf6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcf6c


Comments

No comments written yet.

Please login to write comment.