Color Hex Logo

#afd763 Color Hex

#AFD763
(175,215,99)
0 Favorites   0 Comments

Color spaces of #afd763

RGB 17521599
HSL0.220.590.62
HSV81°54°84°
CMYK 0.190.000.54   0.16
XYZ44.231858.615720.7871
Yxy58.61570.35780.4741
Hunter Lab76.5609-30.856137.4948
CIE-Lab81.0799-30.980252.2175

#afd763 color RGB value is (175,215,99).

#afd763 hex color red value is 175, green value is 215 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #afd763 hue: 0.22 , saturation: 0.59 and the lightness value of afd763 is 0.62.

The process color (four color CMYK) of #afd763 color hex is 0.19, 0.00, 0.54, 0.16. Web safe color of #afd763 is #99cc66. Color #afd763 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010111 01100011
Octal 257 327 143
Decimal 175 215 99
Hex AF D7 63

RGB Percentages of Color #afd763

%35.79
%43.97
%20.25

CMYK Percentages of Color #afd763

%19
%0
%54
%16

Triadic Colors of #afd763

#afd763 #63afd7 #d763af

Analogous Colors of #afd763

#afd763 #75d763 #d7c563

Monochromatic Colors of #afd763

#afd763

Complementary Color

#afd763 #8b63d7

#afd763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd763 Color CSS Codes

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

#afd763 Text Font Color

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

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


#afd763 Background Color

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

This div background color is #afd763


#afd763 Border Color

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

This div border color is #afd763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd763


Comments

No comments written yet.

Please login to write comment.