Color Hex Logo

#afc78b Color Hex

#AFC78B
(175,199,139)
0 Favorites   0 Comments

Color spaces of #afc78b

RGB 175199139
HSL0.230.350.66
HSV84°30°78°
CMYK 0.120.000.30   0.22
XYZ42.762851.824932.1755
Yxy51.82490.33730.4088
Hunter Lab71.9895-19.950123.8932
CIE-Lab77.1760-18.491027.4337

#afc78b color RGB value is (175,199,139).

#afc78b hex color red value is 175, green value is 199 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #afc78b hue: 0.23 , saturation: 0.35 and the lightness value of afc78b is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000111 10001011
Octal 257 307 213
Decimal 175 199 139
Hex AF C7 8B

RGB Percentages of Color #afc78b

%34.11
%38.79
%27.10

CMYK Percentages of Color #afc78b

%12
%0
%30
%22

Triadic Colors of #afc78b

#afc78b #8bafc7 #c78baf

Analogous Colors of #afc78b

#afc78b #91c78b #c7c18b

Monochromatic Colors of #afc78b

#afc78b

Complementary Color

#afc78b #a38bc7

#afc78b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc78b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc78b Color CSS Codes

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

#afc78b Text Font Color

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

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


#afc78b Background Color

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

This div background color is #afc78b


#afc78b Border Color

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

This div border color is #afc78b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc78b


Comments

No comments written yet.

Please login to write comment.