Color Hex Logo

#afb720 Color Hex

#AFB720
(175,183,32)
0 Favorites   0 Comments

Color spaces of #afb720

RGB 17518332
HSL0.180.700.42
HSV63°83°72°
CMYK 0.040.000.83   0.28
XYZ34.873443.08527.8448
Yxy43.08520.40640.5021
Hunter Lab65.6393-20.033838.8616
CIE-Lab71.6128-19.691567.8347

#afb720 color RGB value is (175,183,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 00100000
Octal 257 267 40
Decimal 175 183 32
Hex AF B7 20

RGB Percentages of Color #afb720

%44.87
%46.92
%8.21

CMYK Percentages of Color #afb720

%4
%0
%83
%28

Triadic Colors of #afb720

#afb720 #20afb7 #b720af

Analogous Colors of #afb720

#afb720 #64b720 #b77420

Monochromatic Colors of #afb720

#afb720

Complementary Color

#afb720 #2820b7

#afb720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb720 Color CSS Codes

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

#afb720 Text Font Color

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

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


#afb720 Background Color

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

This div background color is #afb720


#afb720 Border Color

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

This div border color is #afb720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb720


Comments

No comments written yet.

Please login to write comment.