Color Hex Logo

#afc391 Color Hex

#AFC391
(175,195,145)
0 Favorites   0 Comments

Color spaces of #afc391

RGB 175195145
HSL0.230.290.67
HSV84°26°76°
CMYK 0.100.000.26   0.24
XYZ42.305150.188534.2457
Yxy50.18850.33380.3960
Hunter Lab70.8438-17.383720.9301
CIE-Lab76.1848-15.590422.9269

#afc391 color RGB value is (175,195,145).

#afc391 hex color red value is 175, green value is 195 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #afc391 hue: 0.23 , saturation: 0.29 and the lightness value of afc391 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000011 10010001
Octal 257 303 221
Decimal 175 195 145
Hex AF C3 91

RGB Percentages of Color #afc391

%33.98
%37.86
%28.16

CMYK Percentages of Color #afc391

%10
%0
%26
%24

Triadic Colors of #afc391

#afc391 #91afc3 #c391af

Analogous Colors of #afc391

#afc391 #96c391 #c3be91

Monochromatic Colors of #afc391

#afc391

Complementary Color

#afc391 #a591c3

#afc391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc391 Color CSS Codes

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

#afc391 Text Font Color

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

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


#afc391 Background Color

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

This div background color is #afc391


#afc391 Border Color

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

This div border color is #afc391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc391


Comments

No comments written yet.

Please login to write comment.