Color Hex Logo

#afc58b Color Hex

#AFC58B
(175,197,139)
0 Favorites   0 Comments

Color spaces of #afc58b

RGB 175197139
HSL0.230.330.66
HSV83°29°77°
CMYK 0.110.000.29   0.23
XYZ42.305650.910532.0231
Yxy50.91050.33780.4065
Hunter Lab71.3516-19.029523.3363
CIE-Lab76.6248-17.485226.6940

#afc58b color RGB value is (175,197,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 10001011
Octal 257 305 213
Decimal 175 197 139
Hex AF C5 8B

RGB Percentages of Color #afc58b

%34.25
%38.55
%27.20

CMYK Percentages of Color #afc58b

%11
%0
%29
%23

Triadic Colors of #afc58b

#afc58b #8bafc5 #c58baf

Analogous Colors of #afc58b

#afc58b #92c58b #c5be8b

Monochromatic Colors of #afc58b

#afc58b

Complementary Color

#afc58b #a18bc5

#afc58b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc58b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc58b Color CSS Codes

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

#afc58b Text Font Color

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

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


#afc58b Background Color

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

This div background color is #afc58b


#afc58b Border Color

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

This div border color is #afc58b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc58b


Comments

No comments written yet.

Please login to write comment.