Color Hex Logo

#afc35b Color Hex

#AFC35B
(175,195,91)
0 Favorites   0 Comments

Color spaces of #afc35b

RGB 17519591
HSL0.200.460.56
HSV72°53°76°
CMYK 0.100.000.53   0.24
XYZ39.082648.899517.2762
Yxy48.89950.37130.4646
Hunter Lab69.9282-22.611334.3018
CIE-Lab75.3888-22.109449.2924

#afc35b color RGB value is (175,195,91).

#afc35b hex color red value is 175, green value is 195 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #afc35b hue: 0.20 , saturation: 0.46 and the lightness value of afc35b is 0.56.

The process color (four color CMYK) of #afc35b color hex is 0.10, 0.00, 0.53, 0.24. Web safe color of #afc35b is #99cc66. Color #afc35b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000011 01011011
Octal 257 303 133
Decimal 175 195 91
Hex AF C3 5B

RGB Percentages of Color #afc35b

%37.96
%42.30
%19.74

CMYK Percentages of Color #afc35b

%10
%0
%53
%24

Triadic Colors of #afc35b

#afc35b #5bafc3 #c35baf

Analogous Colors of #afc35b

#afc35b #7bc35b #c3a35b

Monochromatic Colors of #afc35b

#afc35b

Complementary Color

#afc35b #6f5bc3

#afc35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc35b Color CSS Codes

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

#afc35b Text Font Color

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

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


#afc35b Background Color

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

This div background color is #afc35b


#afc35b Border Color

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

This div border color is #afc35b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc35b


Comments

No comments written yet.

Please login to write comment.