Color Hex Logo

#afa63d Color Hex

#AFA63D
(175,166,61)
0 Favorites   0 Comments

Color spaces of #afa63d

RGB 17516661
HSL0.150.480.46
HSV55°65°69°
CMYK 0.000.050.65   0.31
XYZ32.157736.72339.8083
Yxy36.72330.40870.4667
Hunter Lab60.5998-11.327232.8235
CIE-Lab67.0689-9.649853.5673

#afa63d color RGB value is (175,166,61).

#afa63d hex color red value is 175, green value is 166 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #afa63d hue: 0.15 , saturation: 0.48 and the lightness value of afa63d is 0.46.

The process color (four color CMYK) of #afa63d color hex is 0.00, 0.05, 0.65, 0.31. Web safe color of #afa63d is #999933. Color #afa63d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 00111101
Octal 257 246 75
Decimal 175 166 61
Hex AF A6 3D

RGB Percentages of Color #afa63d

%43.53
%41.29
%15.17

CMYK Percentages of Color #afa63d

%0
%5
%65
%31

Triadic Colors of #afa63d

#afa63d #3dafa6 #a63daf

Analogous Colors of #afa63d

#afa63d #7faf3d #af6d3d

Monochromatic Colors of #afa63d

#afa63d

Complementary Color

#afa63d #3d46af

#afa63d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa63d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa63d Color CSS Codes

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

#afa63d Text Font Color

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

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


#afa63d Background Color

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

This div background color is #afa63d


#afa63d Border Color

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

This div border color is #afa63d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,166,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afa63d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa63d


Comments

No comments written yet.

Please login to write comment.