Color Hex Logo

#afc546 Color Hex

#AFC546
(175,197,70)
0 Favorites   0 Comments

Color spaces of #afc546

RGB 17519770
HSL0.200.520.52
HSV70°64°77°
CMYK 0.110.000.64   0.23
XYZ38.750949.488713.3042
Yxy49.48870.38160.4874
Hunter Lab70.3482-24.783738.0309
CIE-Lab75.7544-24.740158.9527

#afc546 color RGB value is (175,197,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 01000110
Octal 257 305 106
Decimal 175 197 70
Hex AF C5 46

RGB Percentages of Color #afc546

%39.59
%44.57
%15.84

CMYK Percentages of Color #afc546

%11
%0
%64
%23

Triadic Colors of #afc546

#afc546 #46afc5 #c546af

Analogous Colors of #afc546

#afc546 #70c546 #c59c46

Monochromatic Colors of #afc546

#afc546

Complementary Color

#afc546 #5c46c5

#afc546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc546 Color CSS Codes

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

#afc546 Text Font Color

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

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


#afc546 Background Color

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

This div background color is #afc546


#afc546 Border Color

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

This div border color is #afc546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc546


Comments

No comments written yet.

Please login to write comment.