Color Hex Logo

#afc296 Color Hex

#AFC296
(175,194,150)
0 Favorites   0 Comments

Color spaces of #afc296

RGB 175194150
HSL0.240.270.67
HSV86°23°76°
CMYK 0.100.000.23   0.24
XYZ42.476049.899536.2470
Yxy49.89950.33020.3880
Hunter Lab70.6396-16.286119.0245
CIE-Lab76.0075-14.312920.0217

#afc296 color RGB value is (175,194,150).

#afc296 hex color red value is 175, green value is 194 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #afc296 hue: 0.24 , saturation: 0.27 and the lightness value of afc296 is 0.67.

The process color (four color CMYK) of #afc296 color hex is 0.10, 0.00, 0.23, 0.24. Web safe color of #afc296 is #99cc99. Color #afc296 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000010 10010110
Octal 257 302 226
Decimal 175 194 150
Hex AF C2 96

RGB Percentages of Color #afc296

%33.72
%37.38
%28.90

CMYK Percentages of Color #afc296

%10
%0
%23
%24

Triadic Colors of #afc296

#afc296 #96afc2 #c296af

Analogous Colors of #afc296

#afc296 #99c296 #c2bf96

Monochromatic Colors of #afc296

#afc296

Complementary Color

#afc296 #a996c2

#afc296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc296 Color CSS Codes

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

#afc296 Text Font Color

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

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


#afc296 Background Color

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

This div background color is #afc296


#afc296 Border Color

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

This div border color is #afc296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc296


Comments

No comments written yet.

Please login to write comment.