Color Hex Logo

#afd563 Color Hex

#AFD563
(175,213,99)
0 Favorites   0 Comments

Color spaces of #afd563

RGB 17521399
HSL0.220.580.61
HSV80°54°84°
CMYK 0.180.000.54   0.16
XYZ43.725657.603320.6184
Yxy57.60330.35860.4724
Hunter Lab75.8968-29.982237.0209
CIE-Lab80.5177-30.040951.5606

#afd563 color RGB value is (175,213,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010101 01100011
Octal 257 325 143
Decimal 175 213 99
Hex AF D5 63

RGB Percentages of Color #afd563

%35.93
%43.74
%20.33

CMYK Percentages of Color #afd563

%18
%0
%54
%16

Triadic Colors of #afd563

#afd563 #63afd5 #d563af

Analogous Colors of #afd563

#afd563 #76d563 #d5c263

Monochromatic Colors of #afd563

#afd563

Complementary Color

#afd563 #8963d5

#afd563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd563 Color CSS Codes

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

#afd563 Text Font Color

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

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


#afd563 Background Color

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

This div background color is #afd563


#afd563 Border Color

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

This div border color is #afd563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd563


Comments

No comments written yet.

Please login to write comment.