color codes Logo

#afe19c color codes

#AFE19C
(175,225,156)
0 Favorites   0 Comments

Color spaces of #afe19c

RGB 175225156
HSL0.290.530.75
HSV103°31°88°
CMYK 0.220.000.31   0.12
XYZ50.605265.364741.4020
Yxy65.36470.32160.4154
Hunter Lab80.8484-29.756826.2319
CIE-Lab84.6713-28.678828.6772

#afe19c color RGB value is (175,225,156).

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

The process color (four color CMYK) of #afe19c color code is 0.22, 0.00, 0.31, 0.12. Web safe color of #afe19c is #99cc99. Color #afe19c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 10011100
Octal 257 341 234
Decimal 175 225 156
Hex AF E1 9C

RGB Percentages of Color #afe19c

%31.47
%40.47
%28.06

CMYK Percentages of Color #afe19c

%22
%0
%31
%12

Triadic Colors of #afe19c

#afe19c #9cafe1 #e19caf

Analogous Colors of #afe19c

#afe19c #9ce1ac #d2e19c

Monochromatic Colors of #afe19c

#afe19c

Complementary Color

#afe19c #ce9ce1

#afe19c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe19c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe19c Color CSS Codes

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

#afe19c Text Font Color

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

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


#afe19c Background Color

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

This div background color is #afe19c


#afe19c Border Color

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

This div border color is #afe19c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe19c


Comments

No comments written yet.

Please login to write comment.