Color Hex Logo

#afc68e Color Hex

#AFC68E
(175,198,142)
0 Favorites   0 Comments

Color spaces of #afc68e

RGB 175198142
HSL0.240.330.67
HSV85°28°78°
CMYK 0.120.000.28   0.22
XYZ42.755851.455133.2695
Yxy51.45510.33540.4036
Hunter Lab71.7322-19.136922.7138
CIE-Lab76.9539-17.554325.5577

#afc68e color RGB value is (175,198,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000110 10001110
Octal 257 306 216
Decimal 175 198 142
Hex AF C6 8E

RGB Percentages of Color #afc68e

%33.98
%38.45
%27.57

CMYK Percentages of Color #afc68e

%12
%0
%28
%22

Triadic Colors of #afc68e

#afc68e #8eafc6 #c68eaf

Analogous Colors of #afc68e

#afc68e #93c68e #c6c18e

Monochromatic Colors of #afc68e

#afc68e

Complementary Color

#afc68e #a58ec6

#afc68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc68e Color CSS Codes

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

#afc68e Text Font Color

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

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


#afc68e Background Color

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

This div background color is #afc68e


#afc68e Border Color

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

This div border color is #afc68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc68e


Comments

No comments written yet.

Please login to write comment.