Color Hex Logo

#afc485 Color Hex

#AFC485
(175,196,133)
0 Favorites   0 Comments

Color spaces of #afc485

RGB 175196133
HSL0.220.350.65
HSV80°32°77°
CMYK 0.110.000.32   0.23
XYZ41.652850.287329.7014
Yxy50.28730.34240.4134
Hunter Lab70.9135-19.252424.8065
CIE-Lab76.2453-17.823229.3349

#afc485 color RGB value is (175,196,133).

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

The process color (four color CMYK) of #afc485 color hex is 0.11, 0.00, 0.32, 0.23. Web safe color of #afc485 is #99cc99. Color #afc485 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000100 10000101
Octal 257 304 205
Decimal 175 196 133
Hex AF C4 85

RGB Percentages of Color #afc485

%34.72
%38.89
%26.39

CMYK Percentages of Color #afc485

%11
%0
%32
%23

Triadic Colors of #afc485

#afc485 #85afc4 #c485af

Analogous Colors of #afc485

#afc485 #90c485 #c4ba85

Monochromatic Colors of #afc485

#afc485

Complementary Color

#afc485 #9a85c4

#afc485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc485 Color CSS Codes

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

#afc485 Text Font Color

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

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


#afc485 Background Color

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

This div background color is #afc485


#afc485 Border Color

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

This div border color is #afc485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc485


Comments

No comments written yet.

Please login to write comment.