Color Hex Logo

#afc198 Color Hex

#AFC198
(175,193,152)
0 Favorites   0 Comments

Color spaces of #afc198

RGB 175193152
HSL0.240.250.68
HSV86°21°76°
CMYK 0.090.000.21   0.24
XYZ42.416749.520937.0287
Yxy49.52090.32890.3840
Hunter Lab70.3711-15.557218.0618
CIE-Lab75.7742-13.485318.6302

#afc198 color RGB value is (175,193,152).

#afc198 hex color red value is 175, green value is 193 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #afc198 hue: 0.24 , saturation: 0.25 and the lightness value of afc198 is 0.68.

The process color (four color CMYK) of #afc198 color hex is 0.09, 0.00, 0.21, 0.24. Web safe color of #afc198 is #99cc99. Color #afc198 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000001 10011000
Octal 257 301 230
Decimal 175 193 152
Hex AF C1 98

RGB Percentages of Color #afc198

%33.65
%37.12
%29.23

CMYK Percentages of Color #afc198

%9
%0
%21
%24

Triadic Colors of #afc198

#afc198 #98afc1 #c198af

Analogous Colors of #afc198

#afc198 #9bc198 #c1bf98

Monochromatic Colors of #afc198

#afc198

Complementary Color

#afc198 #aa98c1

#afc198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc198 Color CSS Codes

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

#afc198 Text Font Color

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

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


#afc198 Background Color

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

This div background color is #afc198


#afc198 Border Color

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

This div border color is #afc198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc198


Comments

No comments written yet.

Please login to write comment.