Color Hex Logo

#afc543 Color Hex

#AFC543
(175,197,67)
0 Favorites   0 Comments

Color spaces of #afc543

RGB 17519767
HSL0.190.530.52
HSV70°66°77°
CMYK 0.110.000.66   0.23
XYZ38.658649.451712.8178
Yxy49.45170.38300.4900
Hunter Lab70.3219-24.935238.4184
CIE-Lab75.7315-24.936160.1378

#afc543 color RGB value is (175,197,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 01000011
Octal 257 305 103
Decimal 175 197 67
Hex AF C5 43

RGB Percentages of Color #afc543

%39.86
%44.87
%15.26

CMYK Percentages of Color #afc543

%11
%0
%66
%23

Triadic Colors of #afc543

#afc543 #43afc5 #c543af

Analogous Colors of #afc543

#afc543 #6ec543 #c59a43

Monochromatic Colors of #afc543

#afc543

Complementary Color

#afc543 #5943c5

#afc543 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc543 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc543 Color CSS Codes

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

#afc543 Text Font Color

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

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


#afc543 Background Color

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

This div background color is #afc543


#afc543 Border Color

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

This div border color is #afc543


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc543


Comments

No comments written yet.

Please login to write comment.