Color Hex Logo

#afc547 Color Hex

#AFC547
(175,197,71)
0 Favorites   0 Comments

Color spaces of #afc547

RGB 17519771
HSL0.200.520.53
HSV70°64°77°
CMYK 0.110.000.64   0.23
XYZ38.782849.501413.4719
Yxy49.50140.38110.4865
Hunter Lab70.3572-24.731137.8973
CIE-Lab75.7622-24.672258.5510

#afc547 color RGB value is (175,197,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 01000111
Octal 257 305 107
Decimal 175 197 71
Hex AF C5 47

RGB Percentages of Color #afc547

%39.50
%44.47
%16.03

CMYK Percentages of Color #afc547

%11
%0
%64
%23

Triadic Colors of #afc547

#afc547 #47afc5 #c547af

Analogous Colors of #afc547

#afc547 #70c547 #c59c47

Monochromatic Colors of #afc547

#afc547

Complementary Color

#afc547 #5d47c5

#afc547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc547 Color CSS Codes

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

#afc547 Text Font Color

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

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


#afc547 Background Color

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

This div background color is #afc547


#afc547 Border Color

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

This div border color is #afc547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc547


Comments

No comments written yet.

Please login to write comment.