Color Hex Logo

#afed9c Color Hex

#AFED9C
(175,237,156)
0 Favorites   0 Comments

Color spaces of #afed9c

RGB 175237156
HSL0.290.690.77
HSV106°34°93°
CMYK 0.260.000.34   0.07
XYZ53.964172.082642.5216
Yxy72.08260.32010.4276
Hunter Lab84.9015-35.121529.7365
CIE-Lab88.0083-34.287833.1362

#afed9c color RGB value is (175,237,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 10011100
Octal 257 355 234
Decimal 175 237 156
Hex AF ED 9C

RGB Percentages of Color #afed9c

%30.81
%41.73
%27.46

CMYK Percentages of Color #afed9c

%26
%0
%34
%7

Triadic Colors of #afed9c

#afed9c #9cafed #ed9caf

Analogous Colors of #afed9c

#afed9c #9cedb2 #d8ed9c

Monochromatic Colors of #afed9c

#afed9c

Complementary Color

#afed9c #da9ced

#afed9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afed9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afed9c Color CSS Codes

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

#afed9c Text Font Color

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

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


#afed9c Background Color

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

This div background color is #afed9c


#afed9c Border Color

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

This div border color is #afed9c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,237,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 #afed9c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afed9c


Comments

No comments written yet.

Please login to write comment.