Color Hex Logo

#afd722 Color Hex

#AFD722
(175,215,34)
0 Favorites   0 Comments

Color spaces of #afd722

RGB 17521534
HSL0.200.730.49
HSV73°84°84°
CMYK 0.190.000.84   0.16
XYZ42.268457.830310.4480
Yxy57.83030.38240.5231
Hunter Lab76.0462-33.866145.0865
CIE-Lab80.6444-34.922975.0650

#afd722 color RGB value is (175,215,34).

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

The process color (four color CMYK) of #afd722 color hex is 0.19, 0.00, 0.84, 0.16. Web safe color of #afd722 is #99cc33. Color #afd722 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010111 00100010
Octal 257 327 42
Decimal 175 215 34
Hex AF D7 22

RGB Percentages of Color #afd722

%41.27
%50.71
%8.02

CMYK Percentages of Color #afd722

%19
%0
%84
%16

Triadic Colors of #afd722

#afd722 #22afd7 #d722af

Analogous Colors of #afd722

#afd722 #54d722 #d7a522

Monochromatic Colors of #afd722

#afd722

Complementary Color

#afd722 #4a22d7

#afd722 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd722 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd722 Color CSS Codes

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

#afd722 Text Font Color

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

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


#afd722 Background Color

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

This div background color is #afd722


#afd722 Border Color

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

This div border color is #afd722


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd722


Comments

No comments written yet.

Please login to write comment.