Color Hex Logo

#afd78c Color Hex

#AFD78C
(175,215,140)
0 Favorites   0 Comments

Color spaces of #afd78c

RGB 175215140
HSL0.260.480.70
HSV92°35°84°
CMYK 0.190.000.35   0.16
XYZ46.713359.608333.8544
Yxy59.60830.33320.4252
Hunter Lab77.2064-27.110828.0463
CIE-Lab81.6248-26.214532.8262

#afd78c color RGB value is (175,215,140).

#afd78c hex color red value is 175, green value is 215 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #afd78c hue: 0.26 , saturation: 0.48 and the lightness value of afd78c is 0.70.

The process color (four color CMYK) of #afd78c color hex is 0.19, 0.00, 0.35, 0.16. Web safe color of #afd78c is #99cc99. Color #afd78c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010111 10001100
Octal 257 327 214
Decimal 175 215 140
Hex AF D7 8C

RGB Percentages of Color #afd78c

%33.02
%40.57
%26.42

CMYK Percentages of Color #afd78c

%19
%0
%35
%16

Triadic Colors of #afd78c

#afd78c #8cafd7 #d78caf

Analogous Colors of #afd78c

#afd78c #8cd78f #d5d78c

Monochromatic Colors of #afd78c

#afd78c

Complementary Color

#afd78c #b48cd7

#afd78c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd78c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd78c Color CSS Codes

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

#afd78c Text Font Color

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

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


#afd78c Background Color

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

This div background color is #afd78c


#afd78c Border Color

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

This div border color is #afd78c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd78c


Comments

No comments written yet.

Please login to write comment.