Color Hex Logo

#afc156 Color Hex

#AFC156
(175,193,86)
0 Favorites   0 Comments

Color spaces of #afc156

RGB 17519386
HSL0.190.460.55
HSV70°55°76°
CMYK 0.090.000.55   0.24
XYZ38.428947.925816.0293
Yxy47.92580.37530.4681
Hunter Lab69.2285-22.064034.7318
CIE-Lab74.7781-21.561950.9097

#afc156 color RGB value is (175,193,86).

#afc156 hex color red value is 175, green value is 193 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #afc156 hue: 0.19 , saturation: 0.46 and the lightness value of afc156 is 0.55.

The process color (four color CMYK) of #afc156 color hex is 0.09, 0.00, 0.55, 0.24. Web safe color of #afc156 is #99cc66. Color #afc156 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000001 01010110
Octal 257 301 126
Decimal 175 193 86
Hex AF C1 56

RGB Percentages of Color #afc156

%38.55
%42.51
%18.94

CMYK Percentages of Color #afc156

%9
%0
%55
%24

Triadic Colors of #afc156

#afc156 #56afc1 #c156af

Analogous Colors of #afc156

#afc156 #7ac156 #c19e56

Monochromatic Colors of #afc156

#afc156

Complementary Color

#afc156 #6856c1

#afc156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc156 Color CSS Codes

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

#afc156 Text Font Color

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

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


#afc156 Background Color

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

This div background color is #afc156


#afc156 Border Color

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

This div border color is #afc156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc156


Comments

No comments written yet.

Please login to write comment.