Color Hex Logo

#afd49e Color Hex

#AFD49E
(175,212,158)
0 Favorites   0 Comments

Color spaces of #afd49e

RGB 175212158
HSL0.280.390.73
HSV101°25°83°
CMYK 0.170.000.25   0.17
XYZ47.394258.669541.1742
Yxy58.66950.32190.3985
Hunter Lab76.5960-23.595221.7459
CIE-Lab81.1096-22.085822.8026

#afd49e color RGB value is (175,212,158).

#afd49e hex color red value is 175, green value is 212 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #afd49e hue: 0.28 , saturation: 0.39 and the lightness value of afd49e is 0.73.

The process color (four color CMYK) of #afd49e color hex is 0.17, 0.00, 0.25, 0.17. Web safe color of #afd49e is #99cc99. Color #afd49e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010100 10011110
Octal 257 324 236
Decimal 175 212 158
Hex AF D4 9E

RGB Percentages of Color #afd49e

%32.11
%38.90
%28.99

CMYK Percentages of Color #afd49e

%17
%0
%25
%17

Triadic Colors of #afd49e

#afd49e #9eafd4 #d49eaf

Analogous Colors of #afd49e

#afd49e #9ed4a8 #cad49e

Monochromatic Colors of #afd49e

#afd49e

Complementary Color

#afd49e #c39ed4

#afd49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd49e Color CSS Codes

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

#afd49e Text Font Color

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

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


#afd49e Background Color

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

This div background color is #afd49e


#afd49e Border Color

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

This div border color is #afd49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd49e


Comments

No comments written yet.

Please login to write comment.