Color Hex Logo

#afec8a Color Hex

#AFEC8A
(175,236,138)
0 Favorites   0 Comments

Color spaces of #afec8a

RGB 175236138
HSL0.270.720.73
HSV97°42°93°
CMYK 0.260.000.42   0.07
XYZ52.262170.939834.9830
Yxy70.93980.33040.4485
Hunter Lab84.2258-36.635834.3321
CIE-Lab87.4558-36.305341.3904

#afec8a color RGB value is (175,236,138).

#afec8a hex color red value is 175, green value is 236 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #afec8a hue: 0.27 , saturation: 0.72 and the lightness value of afec8a is 0.73.

The process color (four color CMYK) of #afec8a color hex is 0.26, 0.00, 0.42, 0.07. Web safe color of #afec8a is #99ff99. Color #afec8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 10001010
Octal 257 354 212
Decimal 175 236 138
Hex AF EC 8A

RGB Percentages of Color #afec8a

%31.88
%42.99
%25.14

CMYK Percentages of Color #afec8a

%26
%0
%42
%7

Triadic Colors of #afec8a

#afec8a #8aafec #ec8aaf

Analogous Colors of #afec8a

#afec8a #8aec96 #e0ec8a

Monochromatic Colors of #afec8a

#afec8a

Complementary Color

#afec8a #c78aec

#afec8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afec8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afec8a Color CSS Codes

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

#afec8a Text Font Color

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

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


#afec8a Background Color

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

This div background color is #afec8a


#afec8a Border Color

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

This div border color is #afec8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afec8a


Comments

No comments written yet.

Please login to write comment.