Color Hex Logo

#afe15c Color Hex

#AFE15C
(175,225,92)
0 Favorites   0 Comments

Color spaces of #afe15c

RGB 17522592
HSL0.230.690.62
HSV83°59°88°
CMYK 0.220.000.59   0.12
XYZ46.536263.737119.9750
Yxy63.73710.35730.4894
Hunter Lab79.8355-35.664341.0504
CIE-Lab83.8287-36.213358.4764

#afe15c color RGB value is (175,225,92).

#afe15c hex color red value is 175, green value is 225 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #afe15c hue: 0.23 , saturation: 0.69 and the lightness value of afe15c is 0.62.

The process color (four color CMYK) of #afe15c color hex is 0.22, 0.00, 0.59, 0.12. Web safe color of #afe15c is #99cc66. Color #afe15c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 01011100
Octal 257 341 134
Decimal 175 225 92
Hex AF E1 5C

RGB Percentages of Color #afe15c

%35.57
%45.73
%18.70

CMYK Percentages of Color #afe15c

%22
%0
%59
%12

Triadic Colors of #afe15c

#afe15c #5cafe1 #e15caf

Analogous Colors of #afe15c

#afe15c #6de15c #e1d15c

Monochromatic Colors of #afe15c

#afe15c

Complementary Color

#afe15c #8e5ce1

#afe15c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe15c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe15c Color CSS Codes

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

#afe15c Text Font Color

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

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


#afe15c Background Color

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

This div background color is #afe15c


#afe15c Border Color

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

This div border color is #afe15c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe15c


Comments

No comments written yet.

Please login to write comment.