Color Hex Logo

#afe163 Color Hex

#AFE163
(175,225,99)
0 Favorites   0 Comments

Color spaces of #afe163

RGB 17522599
HSL0.230.680.64
HSV84°56°88°
CMYK 0.220.000.56   0.12
XYZ46.856563.865221.6620
Yxy63.86520.35390.4824
Hunter Lab79.9157-35.193639.8698
CIE-Lab83.8955-35.599355.4785

#afe163 color RGB value is (175,225,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 01100011
Octal 257 341 143
Decimal 175 225 99
Hex AF E1 63

RGB Percentages of Color #afe163

%35.07
%45.09
%19.84

CMYK Percentages of Color #afe163

%22
%0
%56
%12

Triadic Colors of #afe163

#afe163 #63afe1 #e163af

Analogous Colors of #afe163

#afe163 #70e163 #e1d463

Monochromatic Colors of #afe163

#afe163

Complementary Color

#afe163 #9563e1

#afe163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe163 Color CSS Codes

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

#afe163 Text Font Color

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

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


#afe163 Background Color

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

This div background color is #afe163


#afe163 Border Color

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

This div border color is #afe163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe163


Comments

No comments written yet.

Please login to write comment.