Color Hex Logo

#afd821 Color Hex

#AFD821
(175,216,33)
0 Favorites   0 Comments

Color spaces of #afd821

RGB 17521633
HSL0.200.730.49
HSV73°85°85°
CMYK 0.190.000.85   0.15
XYZ42.509658.335510.4582
Yxy58.33550.38190.5241
Hunter Lab76.3777-34.313045.3459
CIE-Lab80.9250-35.407975.5190

#afd821 color RGB value is (175,216,33).

#afd821 hex color red value is 175, green value is 216 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #afd821 hue: 0.20 , saturation: 0.73 and the lightness value of afd821 is 0.49.

The process color (four color CMYK) of #afd821 color hex is 0.19, 0.00, 0.85, 0.15. Web safe color of #afd821 is #99cc33. Color #afd821 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011000 00100001
Octal 257 330 41
Decimal 175 216 33
Hex AF D8 21

RGB Percentages of Color #afd821

%41.27
%50.94
%7.78

CMYK Percentages of Color #afd821

%19
%0
%85
%15

Triadic Colors of #afd821

#afd821 #21afd8 #d821af

Analogous Colors of #afd821

#afd821 #54d821 #d8a621

Monochromatic Colors of #afd821

#afd821

Complementary Color

#afd821 #4a21d8

#afd821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd821 Color CSS Codes

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

#afd821 Text Font Color

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

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


#afd821 Background Color

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

This div background color is #afd821


#afd821 Border Color

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

This div border color is #afd821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd821


Comments

No comments written yet.

Please login to write comment.