Color Hex Logo

#afc086 Color Hex

#AFC086
(175,192,134)
0 Favorites   0 Comments

Color spaces of #afc086

RGB 175192134
HSL0.220.320.64
HSV78°30°75°
CMYK 0.090.000.30   0.25
XYZ40.831948.534529.7703
Yxy48.53450.34270.4074
Hunter Lab69.6667-17.297323.4306
CIE-Lab75.1608-15.660427.3649

#afc086 color RGB value is (175,192,134).

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

The process color (four color CMYK) of #afc086 color hex is 0.09, 0.00, 0.30, 0.25. Web safe color of #afc086 is #99cc99. Color #afc086 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000000 10000110
Octal 257 300 206
Decimal 175 192 134
Hex AF C0 86

RGB Percentages of Color #afc086

%34.93
%38.32
%26.75

CMYK Percentages of Color #afc086

%9
%0
%30
%25

Triadic Colors of #afc086

#afc086 #86afc0 #c086af

Analogous Colors of #afc086

#afc086 #92c086 #c0b486

Monochromatic Colors of #afc086

#afc086

Complementary Color

#afc086 #9786c0

#afc086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc086 Color CSS Codes

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

#afc086 Text Font Color

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

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


#afc086 Background Color

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

This div background color is #afc086


#afc086 Border Color

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

This div border color is #afc086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc086


Comments

No comments written yet.

Please login to write comment.