Color Hex Logo

#afc089 Color Hex

#AFC089
(175,192,137)
0 Favorites   0 Comments

Color spaces of #afc089

RGB 175192137
HSL0.220.300.65
HSV79°29°75°
CMYK 0.090.000.29   0.25
XYZ41.044248.619430.8881
Yxy48.61940.34050.4033
Hunter Lab69.7276-16.951822.5449
CIE-Lab75.2139-15.236625.8518

#afc089 color RGB value is (175,192,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000000 10001001
Octal 257 300 211
Decimal 175 192 137
Hex AF C0 89

RGB Percentages of Color #afc089

%34.72
%38.10
%27.18

CMYK Percentages of Color #afc089

%9
%0
%29
%25

Triadic Colors of #afc089

#afc089 #89afc0 #c089af

Analogous Colors of #afc089

#afc089 #94c089 #c0b689

Monochromatic Colors of #afc089

#afc089

Complementary Color

#afc089 #9a89c0

#afc089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc089 Color CSS Codes

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

#afc089 Text Font Color

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

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


#afc089 Background Color

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

This div background color is #afc089


#afc089 Border Color

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

This div border color is #afc089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc089

#afc089 Color Palettes


Comments

No comments written yet.

Please login to write comment.