Color Hex Logo

#afb821 Color Hex

#AFB821
(175,184,33)
0 Favorites   0 Comments

Color spaces of #afb821

RGB 17518433
HSL0.180.700.43
HSV64°82°72°
CMYK 0.050.000.82   0.28
XYZ35.094243.50477.9864
Yxy43.50470.40530.5024
Hunter Lab65.9581-20.452538.9917
CIE-Lab71.8962-20.159467.8256

#afb821 color RGB value is (175,184,33).

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

The process color (four color CMYK) of #afb821 color hex is 0.05, 0.00, 0.82, 0.28. Web safe color of #afb821 is #99cc33. Color #afb821 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 00100001
Octal 257 270 41
Decimal 175 184 33
Hex AF B8 21

RGB Percentages of Color #afb821

%44.64
%46.94
%8.42

CMYK Percentages of Color #afb821

%5
%0
%82
%28

Triadic Colors of #afb821

#afb821 #21afb8 #b821af

Analogous Colors of #afb821

#afb821 #64b821 #b87621

Monochromatic Colors of #afb821

#afb821

Complementary Color

#afb821 #2a21b8

#afb821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb821 Color CSS Codes

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

#afb821 Text Font Color

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

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


#afb821 Background Color

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

This div background color is #afb821


#afb821 Border Color

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

This div border color is #afb821


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,184,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 #afb821">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb821


Comments

No comments written yet.

Please login to write comment.