Color Hex Logo

#afe063 Color Hex

#AFE063
(175,224,99)
0 Favorites   0 Comments

Color spaces of #afe063

RGB 17522499
HSL0.230.670.63
HSV84°56°88°
CMYK 0.220.000.56   0.12
XYZ46.587063.326121.5722
Yxy63.32610.35430.4816
Hunter Lab79.5777-34.762139.6318
CIE-Lab83.6137-35.143155.1541

#afe063 color RGB value is (175,224,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 01100011
Octal 257 340 143
Decimal 175 224 99
Hex AF E0 63

RGB Percentages of Color #afe063

%35.14
%44.98
%19.88

CMYK Percentages of Color #afe063

%22
%0
%56
%12

Triadic Colors of #afe063

#afe063 #63afe0 #e063af

Analogous Colors of #afe063

#afe063 #71e063 #e0d363

Monochromatic Colors of #afe063

#afe063

Complementary Color

#afe063 #9463e0

#afe063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe063 Color CSS Codes

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

#afe063 Text Font Color

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

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


#afe063 Background Color

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

This div background color is #afe063


#afe063 Border Color

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

This div border color is #afe063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe063


Comments

No comments written yet.

Please login to write comment.