Color Hex Logo

#afd724 Color Hex

#AFD724
(175,215,36)
0 Favorites   0 Comments

Color spaces of #afd724

RGB 17521536
HSL0.200.710.49
HSV73°83°84°
CMYK 0.190.000.83   0.16
XYZ42.298157.842210.6044
Yxy57.84220.38190.5223
Hunter Lab76.0541-33.820344.9709
CIE-Lab80.6510-34.862174.6218

#afd724 color RGB value is (175,215,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010111 00100100
Octal 257 327 44
Decimal 175 215 36
Hex AF D7 24

RGB Percentages of Color #afd724

%41.08
%50.47
%8.45

CMYK Percentages of Color #afd724

%19
%0
%83
%16

Triadic Colors of #afd724

#afd724 #24afd7 #d724af

Analogous Colors of #afd724

#afd724 #55d724 #d7a624

Monochromatic Colors of #afd724

#afd724

Complementary Color

#afd724 #4c24d7

#afd724 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd724 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd724 Color CSS Codes

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

#afd724 Text Font Color

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

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


#afd724 Background Color

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

This div background color is #afd724


#afd724 Border Color

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

This div border color is #afd724


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd724


Comments

No comments written yet.

Please login to write comment.