Color Hex Logo

#afe763 Color Hex

#AFE763
(175,231,99)
0 Favorites   0 Comments

Color spaces of #afe763

RGB 17523199
HSL0.240.730.65
HSV85°57°91°
CMYK 0.240.000.57   0.09
XYZ48.507267.166622.2122
Yxy67.16660.35180.4871
Hunter Lab81.9552-37.772141.2994
CIE-Lab85.5880-38.309657.4163

#afe763 color RGB value is (175,231,99).

#afe763 hex color red value is 175, green value is 231 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #afe763 hue: 0.24 , saturation: 0.73 and the lightness value of afe763 is 0.65.

The process color (four color CMYK) of #afe763 color hex is 0.24, 0.00, 0.57, 0.09. Web safe color of #afe763 is #99ff66. Color #afe763 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100111 01100011
Octal 257 347 143
Decimal 175 231 99
Hex AF E7 63

RGB Percentages of Color #afe763

%34.65
%45.74
%19.60

CMYK Percentages of Color #afe763

%24
%0
%57
%9

Triadic Colors of #afe763

#afe763 #63afe7 #e763af

Analogous Colors of #afe763

#afe763 #6de763 #e7dd63

Monochromatic Colors of #afe763

#afe763

Complementary Color

#afe763 #9b63e7

#afe763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe763 Color CSS Codes

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

#afe763 Text Font Color

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

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


#afe763 Background Color

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

This div background color is #afe763


#afe763 Border Color

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

This div border color is #afe763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe763


Comments

No comments written yet.

Please login to write comment.