Color Hex Logo

#afc72b Color Hex

#AFC72B
(175,199,43)
0 Favorites   0 Comments

Color spaces of #afc72b

RGB 17519943
HSL0.190.640.47
HSV69°78°78°
CMYK 0.120.000.78   0.22
XYZ38.538750.13529.9314
Yxy50.13520.39080.5084
Hunter Lab70.8062-26.756241.2482
CIE-Lab76.1522-27.132868.8545

#afc72b color RGB value is (175,199,43).

#afc72b hex color red value is 175, green value is 199 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #afc72b hue: 0.19 , saturation: 0.64 and the lightness value of afc72b is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000111 00101011
Octal 257 307 53
Decimal 175 199 43
Hex AF C7 2B

RGB Percentages of Color #afc72b

%41.97
%47.72
%10.31

CMYK Percentages of Color #afc72b

%12
%0
%78
%22

Triadic Colors of #afc72b

#afc72b #2bafc7 #c72baf

Analogous Colors of #afc72b

#afc72b #61c72b #c7912b

Monochromatic Colors of #afc72b

#afc72b

Complementary Color

#afc72b #432bc7

#afc72b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc72b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc72b Color CSS Codes

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

#afc72b Text Font Color

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

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


#afc72b Background Color

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

This div background color is #afc72b


#afc72b Border Color

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

This div border color is #afc72b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc72b


Comments

No comments written yet.

Please login to write comment.