Color Hex Logo

#afc524 Color Hex

#AFC524
(175,197,36)
0 Favorites   0 Comments

Color spaces of #afc524

RGB 17519736
HSL0.190.690.46
HSV68°82°77°
CMYK 0.110.000.82   0.23
XYZ37.963949.17389.1597
Yxy49.17380.39420.5106
Hunter Lab70.1240-26.080341.3423
CIE-Lab75.5593-26.426570.2274

#afc524 color RGB value is (175,197,36).

#afc524 hex color red value is 175, green value is 197 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #afc524 hue: 0.19 , saturation: 0.69 and the lightness value of afc524 is 0.46.

The process color (four color CMYK) of #afc524 color hex is 0.11, 0.00, 0.82, 0.23. Web safe color of #afc524 is #99cc33. Color #afc524 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 00100100
Octal 257 305 44
Decimal 175 197 36
Hex AF C5 24

RGB Percentages of Color #afc524

%42.89
%48.28
%8.82

CMYK Percentages of Color #afc524

%11
%0
%82
%23

Triadic Colors of #afc524

#afc524 #24afc5 #c524af

Analogous Colors of #afc524

#afc524 #5fc524 #c58b24

Monochromatic Colors of #afc524

#afc524

Complementary Color

#afc524 #3a24c5

#afc524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc524 Color CSS Codes

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

#afc524 Text Font Color

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

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


#afc524 Background Color

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

This div background color is #afc524


#afc524 Border Color

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

This div border color is #afc524


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc524


Comments

No comments written yet.

Please login to write comment.