Color Hex Logo

#afd963 Color Hex

#AFD963
(175,217,99)
0 Favorites   0 Comments

Color spaces of #afd963

RGB 17521799
HSL0.230.610.62
HSV81°54°85°
CMYK 0.190.000.54   0.15
XYZ44.744259.640520.9579
Yxy59.64050.35700.4758
Hunter Lab77.2273-31.727837.9690
CIE-Lab81.6424-31.914352.8727

#afd963 color RGB value is (175,217,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011001 01100011
Octal 257 331 143
Decimal 175 217 99
Hex AF D9 63

RGB Percentages of Color #afd963

%35.64
%44.20
%20.16

CMYK Percentages of Color #afd963

%19
%0
%54
%15

Triadic Colors of #afd963

#afd963 #63afd9 #d963af

Analogous Colors of #afd963

#afd963 #74d963 #d9c863

Monochromatic Colors of #afd963

#afd963

Complementary Color

#afd963 #8d63d9

#afd963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd963 Color CSS Codes

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

#afd963 Text Font Color

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

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


#afd963 Background Color

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

This div background color is #afd963


#afd963 Border Color

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

This div border color is #afd963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd963


Comments

No comments written yet.

Please login to write comment.