Color Hex Logo

#afc503 Color Hex

#AFC503
(175,197,3)
0 Favorites   0 Comments

Color spaces of #afc503

RGB 1751973
HSL0.190.970.39
HSV67°98°77°
CMYK 0.110.000.98   0.23
XYZ37.661949.05307.5693
Yxy49.05300.39950.5203
Hunter Lab70.0378-26.580342.6188
CIE-Lab75.4843-27.082175.4956

#afc503 color RGB value is (175,197,3).

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

The process color (four color CMYK) of #afc503 color hex is 0.11, 0.00, 0.98, 0.23. Web safe color of #afc503 is #99cc00. Color #afc503 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 00000011
Octal 257 305 3
Decimal 175 197 3
Hex AF C5 3

RGB Percentages of Color #afc503

%46.67
%52.53
%0.80

CMYK Percentages of Color #afc503

%11
%0
%98
%23

Triadic Colors of #afc503

#afc503 #03afc5 #c503af

Analogous Colors of #afc503

#afc503 #4ec503 #c57a03

Monochromatic Colors of #afc503

#afc503

Complementary Color

#afc503 #1903c5

#afc503 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc503 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc503 Color CSS Codes

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

#afc503 Text Font Color

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

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


#afc503 Background Color

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

This div background color is #afc503


#afc503 Border Color

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

This div border color is #afc503


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc503


Comments

No comments written yet.

Please login to write comment.