Color Hex Logo

#afc523 Color Hex

#AFC523
(175,197,35)
0 Favorites   0 Comments

Color spaces of #afc523

RGB 17519735
HSL0.190.700.45
HSV68°82°77°
CMYK 0.110.000.82   0.23
XYZ37.948849.16789.0803
Yxy49.16780.39450.5111
Hunter Lab70.1198-26.105441.4059
CIE-Lab75.5556-26.459370.4749

#afc523 color RGB value is (175,197,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 00100011
Octal 257 305 43
Decimal 175 197 35
Hex AF C5 23

RGB Percentages of Color #afc523

%43.00
%48.40
%8.60

CMYK Percentages of Color #afc523

%11
%0
%82
%23

Triadic Colors of #afc523

#afc523 #23afc5 #c523af

Analogous Colors of #afc523

#afc523 #5ec523 #c58a23

Monochromatic Colors of #afc523

#afc523

Complementary Color

#afc523 #3923c5

#afc523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc523 Color CSS Codes

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

#afc523 Text Font Color

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

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


#afc523 Background Color

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

This div background color is #afc523


#afc523 Border Color

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

This div border color is #afc523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc523


Comments

No comments written yet.

Please login to write comment.