Color Hex Logo

#afc386 Color Hex

#AFC386
(175,195,134)
0 Favorites   0 Comments

Color spaces of #afc386

RGB 175195134
HSL0.220.340.65
HSV80°31°76°
CMYK 0.100.000.31   0.24
XYZ41.497449.865429.9921
Yxy49.86540.34200.4109
Hunter Lab70.6154-18.680924.2489
CIE-Lab75.9866-17.181028.4671

#afc386 color RGB value is (175,195,134).

#afc386 hex color red value is 175, green value is 195 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #afc386 hue: 0.22 , saturation: 0.34 and the lightness value of afc386 is 0.65.

The process color (four color CMYK) of #afc386 color hex is 0.10, 0.00, 0.31, 0.24. Web safe color of #afc386 is #99cc99. Color #afc386 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000011 10000110
Octal 257 303 206
Decimal 175 195 134
Hex AF C3 86

RGB Percentages of Color #afc386

%34.72
%38.69
%26.59

CMYK Percentages of Color #afc386

%10
%0
%31
%24

Triadic Colors of #afc386

#afc386 #86afc3 #c386af

Analogous Colors of #afc386

#afc386 #91c386 #c3b986

Monochromatic Colors of #afc386

#afc386

Complementary Color

#afc386 #9a86c3

#afc386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc386 Color CSS Codes

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

#afc386 Text Font Color

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

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


#afc386 Background Color

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

This div background color is #afc386


#afc386 Border Color

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

This div border color is #afc386


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,195,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 #afc386">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc386


Comments

No comments written yet.

Please login to write comment.