Color Hex Logo

#afc96b Color Hex

#AFC96B
(175,201,107)
0 Favorites   0 Comments

Color spaces of #afc96b

RGB 175201107
HSL0.210.470.60
HSV77°47°79°
CMYK 0.130.000.47   0.21
XYZ41.219751.948821.7645
Yxy51.94880.35860.4520
Hunter Lab72.0755-24.048732.5492
CIE-Lab77.2502-23.475843.8372

#afc96b color RGB value is (175,201,107).

#afc96b hex color red value is 175, green value is 201 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #afc96b hue: 0.21 , saturation: 0.47 and the lightness value of afc96b is 0.60.

The process color (four color CMYK) of #afc96b color hex is 0.13, 0.00, 0.47, 0.21. Web safe color of #afc96b is #99cc66. Color #afc96b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001001 01101011
Octal 257 311 153
Decimal 175 201 107
Hex AF C9 6B

RGB Percentages of Color #afc96b

%36.23
%41.61
%22.15

CMYK Percentages of Color #afc96b

%13
%0
%47
%21

Triadic Colors of #afc96b

#afc96b #6bafc9 #c96baf

Analogous Colors of #afc96b

#afc96b #80c96b #c9b46b

Monochromatic Colors of #afc96b

#afc96b

Complementary Color

#afc96b #856bc9

#afc96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc96b Color CSS Codes

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

#afc96b Text Font Color

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

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


#afc96b Background Color

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

This div background color is #afc96b


#afc96b Border Color

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

This div border color is #afc96b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc96b


Comments

No comments written yet.

Please login to write comment.