Color Hex Logo

#afc103 Color Hex

#AFC103
(175,193,3)
0 Favorites   0 Comments

Color spaces of #afc103

RGB 1751933
HSL0.180.970.38
HSV66°98°76°
CMYK 0.090.000.98   0.24
XYZ36.765647.26057.2706
Yxy47.26050.40270.5177
Hunter Lab68.7463-24.843941.8519
CIE-Lab74.3561-25.155974.6467

#afc103 color RGB value is (175,193,3).

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

The process color (four color CMYK) of #afc103 color hex is 0.09, 0.00, 0.98, 0.24. Web safe color of #afc103 is #99cc00. Color #afc103 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000001 00000011
Octal 257 301 3
Decimal 175 193 3
Hex AF C1 3

RGB Percentages of Color #afc103

%47.17
%52.02
%0.81

CMYK Percentages of Color #afc103

%9
%0
%98
%24

Triadic Colors of #afc103

#afc103 #03afc1 #c103af

Analogous Colors of #afc103

#afc103 #50c103 #c17403

Monochromatic Colors of #afc103

#afc103

Complementary Color

#afc103 #1503c1

#afc103 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc103 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc103 Color CSS Codes

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

#afc103 Text Font Color

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

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


#afc103 Background Color

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

This div background color is #afc103


#afc103 Border Color

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

This div border color is #afc103


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc103


Comments

No comments written yet.

Please login to write comment.