Color Hex Logo

#afc498 Color Hex

#AFC498
(175,196,152)
0 Favorites   0 Comments

Color spaces of #afc498

RGB 175196152
HSL0.250.270.68
HSV89°22°77°
CMYK 0.110.000.22   0.23
XYZ43.086650.860837.2520
Yxy50.86080.32840.3877
Hunter Lab71.3168-16.962118.9519
CIE-Lab76.5946-15.020319.7645

#afc498 color RGB value is (175,196,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000100 10011000
Octal 257 304 230
Decimal 175 196 152
Hex AF C4 98

RGB Percentages of Color #afc498

%33.46
%37.48
%29.06

CMYK Percentages of Color #afc498

%11
%0
%22
%23

Triadic Colors of #afc498

#afc498 #98afc4 #c498af

Analogous Colors of #afc498

#afc498 #99c498 #c4c398

Monochromatic Colors of #afc498

#afc498

Complementary Color

#afc498 #ad98c4

#afc498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc498 Color CSS Codes

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

#afc498 Text Font Color

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

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


#afc498 Background Color

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

This div background color is #afc498


#afc498 Border Color

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

This div border color is #afc498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc498


Comments

No comments written yet.

Please login to write comment.