Color Hex Logo

#afc599 Color Hex

#AFC599
(175,197,153)
0 Favorites   0 Comments

Color spaces of #afc599

RGB 175197153
HSL0.250.280.69
HSV90°22°77°
CMYK 0.110.000.22   0.23
XYZ43.395251.346437.7607
Yxy51.34640.32750.3875
Hunter Lab71.6564-17.298918.9155
CIE-Lab76.8884-15.371719.6372

#afc599 color RGB value is (175,197,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 10011001
Octal 257 305 231
Decimal 175 197 153
Hex AF C5 99

RGB Percentages of Color #afc599

%33.33
%37.52
%29.14

CMYK Percentages of Color #afc599

%11
%0
%22
%23

Triadic Colors of #afc599

#afc599 #99afc5 #c599af

Analogous Colors of #afc599

#afc599 #99c599 #c5c599

Monochromatic Colors of #afc599

#afc599

Complementary Color

#afc599 #af99c5

#afc599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc599 Color CSS Codes

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

#afc599 Text Font Color

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

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


#afc599 Background Color

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

This div background color is #afc599


#afc599 Border Color

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

This div border color is #afc599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc599


Comments

No comments written yet.

Please login to write comment.