Color Hex Logo

#afbe96 Color Hex

#AFBE96
(175,190,150)
0 Favorites   0 Comments

Color spaces of #afbe96

RGB 175190150
HSL0.230.240.67
HSV82°21°75°
CMYK 0.080.000.21   0.25
XYZ41.597748.142935.9542
Yxy48.14290.33090.3830
Hunter Lab69.3851-14.409717.8465
CIE-Lab74.9150-12.256718.5122

#afbe96 color RGB value is (175,190,150).

#afbe96 hex color red value is 175, green value is 190 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #afbe96 hue: 0.23 , saturation: 0.24 and the lightness value of afbe96 is 0.67.

The process color (four color CMYK) of #afbe96 color hex is 0.08, 0.00, 0.21, 0.25. Web safe color of #afbe96 is #99cc99. Color #afbe96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 10010110
Octal 257 276 226
Decimal 175 190 150
Hex AF BE 96

RGB Percentages of Color #afbe96

%33.98
%36.89
%29.13

CMYK Percentages of Color #afbe96

%8
%0
%21
%25

Triadic Colors of #afbe96

#afbe96 #96afbe #be96af

Analogous Colors of #afbe96

#afbe96 #9bbe96 #beb996

Monochromatic Colors of #afbe96

#afbe96

Complementary Color

#afbe96 #a596be

#afbe96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe96 Color CSS Codes

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

#afbe96 Text Font Color

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

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


#afbe96 Background Color

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

This div background color is #afbe96


#afbe96 Border Color

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

This div border color is #afbe96


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,190,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 #afbe96">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe96


Comments

No comments written yet.

Please login to write comment.