Color Hex Logo

#afc43b Color Hex

#AFC43B
(175,196,59)
0 Favorites   0 Comments

Color spaces of #afc43b

RGB 17519659
HSL0.190.540.50
HSV69°70°77°
CMYK 0.110.000.70   0.23
XYZ38.208548.909611.5644
Yxy48.90960.38720.4956
Hunter Lab69.9354-24.865339.1507
CIE-Lab75.3951-24.929362.8629

#afc43b color RGB value is (175,196,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000100 00111011
Octal 257 304 73
Decimal 175 196 59
Hex AF C4 3B

RGB Percentages of Color #afc43b

%40.70
%45.58
%13.72

CMYK Percentages of Color #afc43b

%11
%0
%70
%23

Triadic Colors of #afc43b

#afc43b #3bafc4 #c43baf

Analogous Colors of #afc43b

#afc43b #6bc43b #c4953b

Monochromatic Colors of #afc43b

#afc43b

Complementary Color

#afc43b #503bc4

#afc43b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc43b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc43b Color CSS Codes

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

#afc43b Text Font Color

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

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


#afc43b Background Color

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

This div background color is #afc43b


#afc43b Border Color

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

This div border color is #afc43b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc43b


Comments

No comments written yet.

Please login to write comment.