Color Hex Logo

#afea9d Color Hex

#AFEA9D
(175,234,157)
0 Favorites   0 Comments

Color spaces of #afea9d

RGB 175234157
HSL0.290.650.77
HSV106°33°92°
CMYK 0.250.000.33   0.08
XYZ53.187870.393942.6824
Yxy70.39390.31990.4234
Hunter Lab83.9011-33.669528.5686
CIE-Lab87.1897-32.754131.5407

#afea9d color RGB value is (175,234,157).

#afea9d hex color red value is 175, green value is 234 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #afea9d hue: 0.29 , saturation: 0.65 and the lightness value of afea9d is 0.77.

The process color (four color CMYK) of #afea9d color hex is 0.25, 0.00, 0.33, 0.08. Web safe color of #afea9d is #99ff99. Color #afea9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 10011101
Octal 257 352 235
Decimal 175 234 157
Hex AF EA 9D

RGB Percentages of Color #afea9d

%30.92
%41.34
%27.74

CMYK Percentages of Color #afea9d

%25
%0
%33
%8

Triadic Colors of #afea9d

#afea9d #9dafea #ea9daf

Analogous Colors of #afea9d

#afea9d #9deab2 #d6ea9d

Monochromatic Colors of #afea9d

#afea9d

Complementary Color

#afea9d #d89dea

#afea9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afea9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afea9d Color CSS Codes

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

#afea9d Text Font Color

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

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


#afea9d Background Color

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

This div background color is #afea9d


#afea9d Border Color

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

This div border color is #afea9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afea9d


Comments

No comments written yet.

Please login to write comment.