Color Hex Logo

#afb521 Color Hex

#AFB521
(175,181,33)
0 Favorites   0 Comments

Color spaces of #afb521

RGB 17518133
HSL0.170.690.42
HSV62°82°71°
CMYK 0.030.000.82   0.29
XYZ34.477642.27157.7809
Yxy42.27150.40790.5001
Hunter Lab65.0165-19.122238.4160
CIE-Lab71.0577-18.658467.1042

#afb521 color RGB value is (175,181,33).

#afb521 hex color red value is 175, green value is 181 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #afb521 hue: 0.17 , saturation: 0.69 and the lightness value of afb521 is 0.42.

The process color (four color CMYK) of #afb521 color hex is 0.03, 0.00, 0.82, 0.29. Web safe color of #afb521 is #99cc33. Color #afb521 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110101 00100001
Octal 257 265 41
Decimal 175 181 33
Hex AF B5 21

RGB Percentages of Color #afb521

%44.99
%46.53
%8.48

CMYK Percentages of Color #afb521

%3
%0
%82
%29

Triadic Colors of #afb521

#afb521 #21afb5 #b521af

Analogous Colors of #afb521

#afb521 #65b521 #b57121

Monochromatic Colors of #afb521

#afb521

Complementary Color

#afb521 #2721b5

#afb521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb521 Color CSS Codes

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

#afb521 Text Font Color

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

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


#afb521 Background Color

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

This div background color is #afb521


#afb521 Border Color

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

This div border color is #afb521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb521


Comments

No comments written yet.

Please login to write comment.