Color Hex Logo

#afa81d Color Hex

#AFA81D
(175,168,29)
0 Favorites   0 Comments

Color spaces of #afa81d

RGB 17516829
HSL0.160.720.40
HSV57°83°69°
CMYK 0.000.040.83   0.31
XYZ31.903637.20796.6627
Yxy37.20790.42100.4910
Hunter Lab60.9983-13.387136.2227
CIE-Lab67.4327-12.137965.0373

#afa81d color RGB value is (175,168,29).

#afa81d hex color red value is 175, green value is 168 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #afa81d hue: 0.16 , saturation: 0.72 and the lightness value of afa81d is 0.40.

The process color (four color CMYK) of #afa81d color hex is 0.00, 0.04, 0.83, 0.31. Web safe color of #afa81d is #999933. Color #afa81d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 00011101
Octal 257 250 35
Decimal 175 168 29
Hex AF A8 1D

RGB Percentages of Color #afa81d

%47.04
%45.16
%7.80

CMYK Percentages of Color #afa81d

%0
%4
%83
%31

Triadic Colors of #afa81d

#afa81d #1dafa8 #a81daf

Analogous Colors of #afa81d

#afa81d #6daf1d #af5f1d

Monochromatic Colors of #afa81d

#afa81d

Complementary Color

#afa81d #1d24af

#afa81d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa81d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa81d Color CSS Codes

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

#afa81d Text Font Color

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

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


#afa81d Background Color

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

This div background color is #afa81d


#afa81d Border Color

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

This div border color is #afa81d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa81d


Comments

No comments written yet.

Please login to write comment.