Color Hex Logo

#afcb96 Color Hex

#AFCB96
(175,203,150)
0 Favorites   0 Comments

Color spaces of #afcb96

RGB 175203150
HSL0.250.340.69
HSV92°26°80°
CMYK 0.140.000.26   0.20
XYZ44.540254.027836.9351
Yxy54.02780.32870.3987
Hunter Lab73.5036-20.467621.6597
CIE-Lab78.4779-18.866523.4094

#afcb96 color RGB value is (175,203,150).

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

The process color (four color CMYK) of #afcb96 color hex is 0.14, 0.00, 0.26, 0.20. Web safe color of #afcb96 is #99cc99. Color #afcb96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 10010110
Octal 257 313 226
Decimal 175 203 150
Hex AF CB 96

RGB Percentages of Color #afcb96

%33.14
%38.45
%28.41

CMYK Percentages of Color #afcb96

%14
%0
%26
%20

Triadic Colors of #afcb96

#afcb96 #96afcb #cb96af

Analogous Colors of #afcb96

#afcb96 #96cb98 #cacb96

Monochromatic Colors of #afcb96

#afcb96

Complementary Color

#afcb96 #b296cb

#afcb96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcb96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcb96 Color CSS Codes

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

#afcb96 Text Font Color

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

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


#afcb96 Background Color

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

This div background color is #afcb96


#afcb96 Border Color

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

This div border color is #afcb96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcb96


Comments

No comments written yet.

Please login to write comment.