Color Hex Logo

#afc447 Color Hex

#AFC447
(175,196,71)
0 Favorites   0 Comments

Color spaces of #afc447

RGB 17519671
HSL0.190.510.52
HSV70°64°77°
CMYK 0.110.000.64   0.23
XYZ38.556549.048713.3965
Yxy49.04870.38170.4856
Hunter Lab70.0348-24.290637.6831
CIE-Lab75.4816-24.185558.2535

#afc447 color RGB value is (175,196,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000100 01000111
Octal 257 304 107
Decimal 175 196 71
Hex AF C4 47

RGB Percentages of Color #afc447

%39.59
%44.34
%16.06

CMYK Percentages of Color #afc447

%11
%0
%64
%23

Triadic Colors of #afc447

#afc447 #47afc4 #c447af

Analogous Colors of #afc447

#afc447 #71c447 #c49b47

Monochromatic Colors of #afc447

#afc447

Complementary Color

#afc447 #5c47c4

#afc447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc447 Color CSS Codes

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

#afc447 Text Font Color

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

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


#afc447 Background Color

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

This div background color is #afc447


#afc447 Border Color

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

This div border color is #afc447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc447


Comments

No comments written yet.

Please login to write comment.