Color Hex Logo

#afc791 Color Hex

#AFC791
(175,199,145)
0 Favorites   0 Comments

Color spaces of #afc791

RGB 175199145
HSL0.240.330.67
HSV87°27°78°
CMYK 0.120.000.27   0.22
XYZ43.213552.005134.5485
Yxy52.00510.33300.4008
Hunter Lab72.1146-19.237222.0757
CIE-Lab77.2839-17.614624.4221

#afc791 color RGB value is (175,199,145).

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

The process color (four color CMYK) of #afc791 color hex is 0.12, 0.00, 0.27, 0.22. Web safe color of #afc791 is #99cc99. Color #afc791 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000111 10010001
Octal 257 307 221
Decimal 175 199 145
Hex AF C7 91

RGB Percentages of Color #afc791

%33.72
%38.34
%27.94

CMYK Percentages of Color #afc791

%12
%0
%27
%22

Triadic Colors of #afc791

#afc791 #91afc7 #c791af

Analogous Colors of #afc791

#afc791 #94c791 #c7c491

Monochromatic Colors of #afc791

#afc791

Complementary Color

#afc791 #a991c7

#afc791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc791 Color CSS Codes

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

#afc791 Text Font Color

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

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


#afc791 Background Color

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

This div background color is #afc791


#afc791 Border Color

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

This div border color is #afc791


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc791


Comments

No comments written yet.

Please login to write comment.