Color Hex Logo

#afc788 Color Hex

#AFC788
(175,199,136)
0 Favorites   0 Comments

Color spaces of #afc788

RGB 175199136
HSL0.230.360.66
HSV83°32°78°
CMYK 0.120.000.32   0.22
XYZ42.546651.738431.0366
Yxy51.73840.33950.4128
Hunter Lab71.9294-20.292824.7677
CIE-Lab77.1241-18.914228.9350

#afc788 color RGB value is (175,199,136).

#afc788 hex color red value is 175, green value is 199 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #afc788 hue: 0.23 , saturation: 0.36 and the lightness value of afc788 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000111 10001000
Octal 257 307 210
Decimal 175 199 136
Hex AF C7 88

RGB Percentages of Color #afc788

%34.31
%39.02
%26.67

CMYK Percentages of Color #afc788

%12
%0
%32
%22

Triadic Colors of #afc788

#afc788 #88afc7 #c788af

Analogous Colors of #afc788

#afc788 #90c788 #c7c088

Monochromatic Colors of #afc788

#afc788

Complementary Color

#afc788 #a088c7

#afc788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc788 Color CSS Codes

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

#afc788 Text Font Color

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

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


#afc788 Background Color

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

This div background color is #afc788


#afc788 Border Color

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

This div border color is #afc788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc788


Comments

No comments written yet.

Please login to write comment.