Color Hex Logo

#afd19a Color Hex

#AFD19A
(175,209,154)
0 Favorites   0 Comments

Color spaces of #afd19a

RGB 175209154
HSL0.270.370.71
HSV97°26°82°
CMYK 0.160.000.26   0.18
XYZ46.312457.048039.1423
Yxy57.04800.32500.4003
Hunter Lab75.5301-22.727822.1450
CIE-Lab80.2066-21.233523.6650

#afd19a color RGB value is (175,209,154).

#afd19a hex color red value is 175, green value is 209 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #afd19a hue: 0.27 , saturation: 0.37 and the lightness value of afd19a is 0.71.

The process color (four color CMYK) of #afd19a color hex is 0.16, 0.00, 0.26, 0.18. Web safe color of #afd19a is #99cc99. Color #afd19a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010001 10011010
Octal 257 321 232
Decimal 175 209 154
Hex AF D1 9A

RGB Percentages of Color #afd19a

%32.53
%38.85
%28.62

CMYK Percentages of Color #afd19a

%16
%0
%26
%18

Triadic Colors of #afd19a

#afd19a #9aafd1 #d19aaf

Analogous Colors of #afd19a

#afd19a #9ad1a1 #cbd19a

Monochromatic Colors of #afd19a

#afd19a

Complementary Color

#afd19a #bc9ad1

#afd19a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd19a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd19a Color CSS Codes

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

#afd19a Text Font Color

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

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


#afd19a Background Color

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

This div background color is #afd19a


#afd19a Border Color

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

This div border color is #afd19a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd19a


Comments

No comments written yet.

Please login to write comment.