Color Hex Logo

#afec86 Color Hex

#AFEC86
(175,236,134)
0 Favorites   0 Comments

Color spaces of #afec86

RGB 175236134
HSL0.270.730.73
HSV96°43°93°
CMYK 0.260.000.43   0.07
XYZ51.977770.826133.4855
Yxy70.82610.33260.4532
Hunter Lab84.1582-37.032035.3200
CIE-Lab87.4005-36.811343.2782

#afec86 color RGB value is (175,236,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 10000110
Octal 257 354 206
Decimal 175 236 134
Hex AF EC 86

RGB Percentages of Color #afec86

%32.11
%43.30
%24.59

CMYK Percentages of Color #afec86

%26
%0
%43
%7

Triadic Colors of #afec86

#afec86 #86afec #ec86af

Analogous Colors of #afec86

#afec86 #86ec90 #e2ec86

Monochromatic Colors of #afec86

#afec86

Complementary Color

#afec86 #c386ec

#afec86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afec86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afec86 Color CSS Codes

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

#afec86 Text Font Color

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

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


#afec86 Background Color

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

This div background color is #afec86


#afec86 Border Color

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

This div border color is #afec86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afec86


Comments

No comments written yet.

Please login to write comment.