Color Hex Logo

#afc78e Color Hex

#AFC78E
(175,199,142)
0 Favorites   0 Comments

Color spaces of #afc78e

RGB 175199142
HSL0.240.340.67
HSV85°29°78°
CMYK 0.120.000.29   0.22
XYZ42.985151.913833.3460
Yxy51.91380.33520.4048
Hunter Lab72.0512-19.598222.9959
CIE-Lab77.2293-18.057825.9294

#afc78e color RGB value is (175,199,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000111 10001110
Octal 257 307 216
Decimal 175 199 142
Hex AF C7 8E

RGB Percentages of Color #afc78e

%33.91
%38.57
%27.52

CMYK Percentages of Color #afc78e

%12
%0
%29
%22

Triadic Colors of #afc78e

#afc78e #8eafc7 #c78eaf

Analogous Colors of #afc78e

#afc78e #93c78e #c7c38e

Monochromatic Colors of #afc78e

#afc78e

Complementary Color

#afc78e #a68ec7

#afc78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc78e Color CSS Codes

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

#afc78e Text Font Color

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

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


#afc78e Background Color

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

This div background color is #afc78e


#afc78e Border Color

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

This div border color is #afc78e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc78e


Comments

No comments written yet.

Please login to write comment.