Color Hex Logo

#afc298 Color Hex

#AFC298
(175,194,152)
0 Favorites   0 Comments

Color spaces of #afc298

RGB 175194152
HSL0.240.260.68
HSV87°22°76°
CMYK 0.100.000.22   0.24
XYZ42.638549.964537.1026
Yxy49.96450.32870.3852
Hunter Lab70.6856-16.026118.3588
CIE-Lab76.0475-13.998119.0084

#afc298 color RGB value is (175,194,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000010 10011000
Octal 257 302 230
Decimal 175 194 152
Hex AF C2 98

RGB Percentages of Color #afc298

%33.59
%37.24
%29.17

CMYK Percentages of Color #afc298

%10
%0
%22
%24

Triadic Colors of #afc298

#afc298 #98afc2 #c298af

Analogous Colors of #afc298

#afc298 #9ac298 #c2c098

Monochromatic Colors of #afc298

#afc298

Complementary Color

#afc298 #ab98c2

#afc298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc298 Color CSS Codes

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

#afc298 Text Font Color

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

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


#afc298 Background Color

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

This div background color is #afc298


#afc298 Border Color

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

This div border color is #afc298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc298


Comments

No comments written yet.

Please login to write comment.