Color Hex Logo

#afc749 Color Hex

#AFC749
(175,199,73)
0 Favorites   0 Comments

Color spaces of #afc749

RGB 17519973
HSL0.200.530.53
HSV71°63°78°
CMYK 0.120.000.63   0.22
XYZ39.305250.441813.9680
Yxy50.44180.37900.4864
Hunter Lab71.0224-25.503738.0551
CIE-Lab76.3396-25.503558.3380

#afc749 color RGB value is (175,199,73).

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

The process color (four color CMYK) of #afc749 color hex is 0.12, 0.00, 0.63, 0.22. Web safe color of #afc749 is #99cc33. Color #afc749 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000111 01001001
Octal 257 307 111
Decimal 175 199 73
Hex AF C7 49

RGB Percentages of Color #afc749

%39.15
%44.52
%16.33

CMYK Percentages of Color #afc749

%12
%0
%63
%22

Triadic Colors of #afc749

#afc749 #49afc7 #c749af

Analogous Colors of #afc749

#afc749 #70c749 #c7a049

Monochromatic Colors of #afc749

#afc749

Complementary Color

#afc749 #6149c7

#afc749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc749 Color CSS Codes

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

#afc749 Text Font Color

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

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


#afc749 Background Color

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

This div background color is #afc749


#afc749 Border Color

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

This div border color is #afc749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc749


Comments

No comments written yet.

Please login to write comment.