Color Hex Logo

#afb73c Color Hex

#AFB73C
(175,183,60)
0 Favorites   0 Comments

Color spaces of #afb73c

RGB 17518360
HSL0.180.510.48
HSV64°67°72°
CMYK 0.040.000.67   0.28
XYZ35.428343.307210.7668
Yxy43.30720.39580.4839
Hunter Lab65.8082-19.067736.3654
CIE-Lab71.7630-18.450558.8303

#afb73c color RGB value is (175,183,60).

#afb73c hex color red value is 175, green value is 183 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #afb73c hue: 0.18 , saturation: 0.51 and the lightness value of afb73c is 0.48.

The process color (four color CMYK) of #afb73c color hex is 0.04, 0.00, 0.67, 0.28. Web safe color of #afb73c is #99cc33. Color #afb73c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 00111100
Octal 257 267 74
Decimal 175 183 60
Hex AF B7 3C

RGB Percentages of Color #afb73c

%41.87
%43.78
%14.35

CMYK Percentages of Color #afb73c

%4
%0
%67
%28

Triadic Colors of #afb73c

#afb73c #3cafb7 #b73caf

Analogous Colors of #afb73c

#afb73c #72b73c #b7823c

Monochromatic Colors of #afb73c

#afb73c

Complementary Color

#afb73c #443cb7

#afb73c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb73c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb73c Color CSS Codes

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

#afb73c Text Font Color

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

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


#afb73c Background Color

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

This div background color is #afb73c


#afb73c Border Color

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

This div border color is #afb73c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb73c


Comments

No comments written yet.

Please login to write comment.