color codes Logo

#afec9c color codes

#AFEC9C
(175,236,156)
0 Favorites   0 Comments

Color spaces of #afec9c

RGB 175236156
HSL0.290.680.77
HSV106°34°93°
CMYK 0.260.000.34   0.07
XYZ53.675471.505242.4254
Yxy71.50520.32020.4266
Hunter Lab84.5607-34.677529.4458
CIE-Lab87.7299-33.827232.7665

#afec9c color RGB value is (175,236,156).

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

The process color (four color CMYK) of #afec9c color code is 0.26, 0.00, 0.34, 0.07. Web safe color of #afec9c is #99ff99. Color #afec9c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 10011100
Octal 257 354 234
Decimal 175 236 156
Hex AF EC 9C

RGB Percentages of Color #afec9c

%30.86
%41.62
%27.51

CMYK Percentages of Color #afec9c

%26
%0
%34
%7

Triadic Colors of #afec9c

#afec9c #9cafec #ec9caf

Analogous Colors of #afec9c

#afec9c #9cecb1 #d7ec9c

Monochromatic Colors of #afec9c

#afec9c

Complementary Color

#afec9c #d99cec

#afec9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afec9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afec9c Color CSS Codes

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

#afec9c Text Font Color

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

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


#afec9c Background Color

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

This div background color is #afec9c


#afec9c Border Color

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

This div border color is #afec9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afec9c


Comments

No comments written yet.

Please login to write comment.