Color Hex Logo

#afcf86 Color Hex

#AFCF86
(175,207,134)
0 Favorites   0 Comments

Color spaces of #afcf86

RGB 175207134
HSL0.240.430.67
HSV86°35°81°
CMYK 0.150.000.35   0.19
XYZ44.295155.460830.9247
Yxy55.46080.33900.4244
Hunter Lab74.4720-24.156327.5101
CIE-Lab79.3060-23.149232.8551

#afcf86 color RGB value is (175,207,134).

#afcf86 hex color red value is 175, green value is 207 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #afcf86 hue: 0.24 , saturation: 0.43 and the lightness value of afcf86 is 0.67.

The process color (four color CMYK) of #afcf86 color hex is 0.15, 0.00, 0.35, 0.19. Web safe color of #afcf86 is #99cc99. Color #afcf86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 10000110
Octal 257 317 206
Decimal 175 207 134
Hex AF CF 86

RGB Percentages of Color #afcf86

%33.91
%40.12
%25.97

CMYK Percentages of Color #afcf86

%15
%0
%35
%19

Triadic Colors of #afcf86

#afcf86 #86afcf #cf86af

Analogous Colors of #afcf86

#afcf86 #8bcf86 #cfcb86

Monochromatic Colors of #afcf86

#afcf86

Complementary Color

#afcf86 #a686cf

#afcf86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcf86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcf86 Color CSS Codes

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

#afcf86 Text Font Color

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

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


#afcf86 Background Color

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

This div background color is #afcf86


#afcf86 Border Color

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

This div border color is #afcf86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcf86


Comments

No comments written yet.

Please login to write comment.