Color Hex Logo

#afec8f Color Hex

#AFEC8F
(175,236,143)
0 Favorites   0 Comments

Color spaces of #afec8f

RGB 175236143
HSL0.280.710.74
HSV99°39°93°
CMYK 0.260.000.39   0.07
XYZ52.632671.088036.9339
Yxy71.08800.32760.4425
Hunter Lab84.3137-36.120833.0474
CIE-Lab87.5277-35.649939.0141

#afec8f color RGB value is (175,236,143).

#afec8f hex color red value is 175, green value is 236 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #afec8f hue: 0.28 , saturation: 0.71 and the lightness value of afec8f is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 10001111
Octal 257 354 217
Decimal 175 236 143
Hex AF EC 8F

RGB Percentages of Color #afec8f

%31.59
%42.60
%25.81

CMYK Percentages of Color #afec8f

%26
%0
%39
%7

Triadic Colors of #afec8f

#afec8f #8fafec #ec8faf

Analogous Colors of #afec8f

#afec8f #8fec9e #deec8f

Monochromatic Colors of #afec8f

#afec8f

Complementary Color

#afec8f #cc8fec

#afec8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afec8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afec8f Color CSS Codes

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

#afec8f Text Font Color

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

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


#afec8f Background Color

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

This div background color is #afec8f


#afec8f Border Color

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

This div border color is #afec8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afec8f


Comments

No comments written yet.

Please login to write comment.