Color Hex Logo

#afc698 Color Hex

#AFC698
(175,198,152)
0 Favorites   0 Comments

Color spaces of #afc698

RGB 175198152
HSL0.250.290.69
HSV90°23°78°
CMYK 0.120.000.23   0.22
XYZ43.540851.769137.4034
Yxy51.76910.32810.3901
Hunter Lab71.9507-17.895019.5438
CIE-Lab77.1426-16.037320.5200

#afc698 color RGB value is (175,198,152).

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

The process color (four color CMYK) of #afc698 color hex is 0.12, 0.00, 0.23, 0.22. Web safe color of #afc698 is #99cc99. Color #afc698 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000110 10011000
Octal 257 306 230
Decimal 175 198 152
Hex AF C6 98

RGB Percentages of Color #afc698

%33.33
%37.71
%28.95

CMYK Percentages of Color #afc698

%12
%0
%23
%22

Triadic Colors of #afc698

#afc698 #98afc6 #c698af

Analogous Colors of #afc698

#afc698 #98c698 #c6c698

Monochromatic Colors of #afc698

#afc698

Complementary Color

#afc698 #af98c6

#afc698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc698 Color CSS Codes

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

#afc698 Text Font Color

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

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


#afc698 Background Color

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

This div background color is #afc698


#afc698 Border Color

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

This div border color is #afc698


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,198,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 #afc698">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc698


Comments

No comments written yet.

Please login to write comment.