Color Hex Logo

#afc69a Color Hex

#AFC69A
(175,198,154)
0 Favorites   0 Comments

Color spaces of #afc69a

RGB 175198154
HSL0.250.280.69
HSV91°22°78°
CMYK 0.120.000.22   0.22
XYZ43.706051.835238.2735
Yxy51.83520.32660.3874
Hunter Lab71.9967-17.634718.8790
CIE-Lab77.1822-15.721219.5105

#afc69a color RGB value is (175,198,154).

#afc69a hex color red value is 175, green value is 198 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #afc69a hue: 0.25 , saturation: 0.28 and the lightness value of afc69a is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000110 10011010
Octal 257 306 232
Decimal 175 198 154
Hex AF C6 9A

RGB Percentages of Color #afc69a

%33.21
%37.57
%29.22

CMYK Percentages of Color #afc69a

%12
%0
%22
%22

Triadic Colors of #afc69a

#afc69a #9aafc6 #c69aaf

Analogous Colors of #afc69a

#afc69a #9ac69b #c5c69a

Monochromatic Colors of #afc69a

#afc69a

Complementary Color

#afc69a #b19ac6

#afc69a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc69a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc69a Color CSS Codes

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

#afc69a Text Font Color

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

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


#afc69a Background Color

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

This div background color is #afc69a


#afc69a Border Color

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

This div border color is #afc69a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc69a


Comments

No comments written yet.

Please login to write comment.