Color Hex Logo

#afc903 Color Hex

#AFC903
(175,201,3)
0 Favorites   0 Comments

Color spaces of #afc903

RGB 1752013
HSL0.190.970.40
HSV68°99°79°
CMYK 0.130.000.99   0.21
XYZ38.582350.89387.8761
Yxy50.89380.39630.5228
Hunter Lab71.3399-28.307843.3922
CIE-Lab76.6146-28.986776.3480

#afc903 color RGB value is (175,201,3).

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

The process color (four color CMYK) of #afc903 color hex is 0.13, 0.00, 0.99, 0.21. Web safe color of #afc903 is #99cc00. Color #afc903 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001001 00000011
Octal 257 311 3
Decimal 175 201 3
Hex AF C9 3

RGB Percentages of Color #afc903

%46.17
%53.03
%0.79

CMYK Percentages of Color #afc903

%13
%0
%99
%21

Triadic Colors of #afc903

#afc903 #03afc9 #c903af

Analogous Colors of #afc903

#afc903 #4cc903 #c98003

Monochromatic Colors of #afc903

#afc903

Complementary Color

#afc903 #1d03c9

#afc903 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc903 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc903 Color CSS Codes

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

#afc903 Text Font Color

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

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


#afc903 Background Color

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

This div background color is #afc903


#afc903 Border Color

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

This div border color is #afc903


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc903


Comments

No comments written yet.

Please login to write comment.