Color Hex Logo

#afc681 Color Hex

#AFC681
(175,198,129)
0 Favorites   0 Comments

Color spaces of #afc681

RGB 175198129
HSL0.220.380.64
HSV80°35°78°
CMYK 0.120.000.35   0.22
XYZ41.835751.087128.4247
Yxy51.08710.34480.4210
Hunter Lab71.4752-20.602526.4539
CIE-Lab76.7317-19.365032.0594

#afc681 color RGB value is (175,198,129).

#afc681 hex color red value is 175, green value is 198 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #afc681 hue: 0.22 , saturation: 0.38 and the lightness value of afc681 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000110 10000001
Octal 257 306 201
Decimal 175 198 129
Hex AF C6 81

RGB Percentages of Color #afc681

%34.86
%39.44
%25.70

CMYK Percentages of Color #afc681

%12
%0
%35
%22

Triadic Colors of #afc681

#afc681 #81afc6 #c681af

Analogous Colors of #afc681

#afc681 #8dc681 #c6bb81

Monochromatic Colors of #afc681

#afc681

Complementary Color

#afc681 #9881c6

#afc681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc681 Color CSS Codes

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

#afc681 Text Font Color

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

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


#afc681 Background Color

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

This div background color is #afc681


#afc681 Border Color

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

This div border color is #afc681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc681


Comments

No comments written yet.

Please login to write comment.