Color Hex Logo

#afc891 Color Hex

#AFC891
(175,200,145)
0 Favorites   0 Comments

Color spaces of #afc891

RGB 175200145
HSL0.240.330.68
HSV87°28°78°
CMYK 0.130.000.28   0.22
XYZ43.444352.466834.6254
Yxy52.46680.33280.4019
Hunter Lab72.4340-19.699122.3616
CIE-Lab77.5591-18.117824.7956

#afc891 color RGB value is (175,200,145).

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

The process color (four color CMYK) of #afc891 color hex is 0.13, 0.00, 0.28, 0.22. Web safe color of #afc891 is #99cc99. Color #afc891 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001000 10010001
Octal 257 310 221
Decimal 175 200 145
Hex AF C8 91

RGB Percentages of Color #afc891

%33.65
%38.46
%27.88

CMYK Percentages of Color #afc891

%13
%0
%28
%22

Triadic Colors of #afc891

#afc891 #91afc8 #c891af

Analogous Colors of #afc891

#afc891 #94c891 #c8c691

Monochromatic Colors of #afc891

#afc891

Complementary Color

#afc891 #aa91c8

#afc891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc891 Color CSS Codes

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

#afc891 Text Font Color

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

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


#afc891 Background Color

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

This div background color is #afc891


#afc891 Border Color

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

This div border color is #afc891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc891


Comments

No comments written yet.

Please login to write comment.