Color Hex Logo

#afde89 Color Hex

#AFDE89
(175,222,137)
0 Favorites   0 Comments

Color spaces of #afde89

RGB 175222137
HSL0.260.560.70
HSV93°38°87°
CMYK 0.210.000.38   0.13
XYZ48.315863.162733.3120
Yxy63.16270.33370.4362
Hunter Lab79.4750-30.564430.7810
CIE-Lab83.5279-29.956136.8349

#afde89 color RGB value is (175,222,137).

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

The process color (four color CMYK) of #afde89 color hex is 0.21, 0.00, 0.38, 0.13. Web safe color of #afde89 is #99cc99. Color #afde89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 10001001
Octal 257 336 211
Decimal 175 222 137
Hex AF DE 89

RGB Percentages of Color #afde89

%32.77
%41.57
%25.66

CMYK Percentages of Color #afde89

%21
%0
%38
%13

Triadic Colors of #afde89

#afde89 #89afde #de89af

Analogous Colors of #afde89

#afde89 #89de8e #dade89

Monochromatic Colors of #afde89

#afde89

Complementary Color

#afde89 #b889de

#afde89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afde89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afde89 Color CSS Codes

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

#afde89 Text Font Color

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

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


#afde89 Background Color

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

This div background color is #afde89


#afde89 Border Color

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

This div border color is #afde89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afde89


Comments

No comments written yet.

Please login to write comment.