Color Hex Logo

#afb792 Color Hex

#AFB792
(175,183,146)
0 Favorites   0 Comments

Color spaces of #afb792

RGB 175183146
HSL0.200.200.65
HSV73°20°72°
CMYK 0.040.000.20   0.28
XYZ39.801045.056333.7931
Yxy45.05630.33540.3797
Hunter Lab67.1240-11.625917.1377
CIE-Lab72.9289-9.242417.9152

#afb792 color RGB value is (175,183,146).

#afb792 hex color red value is 175, green value is 183 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #afb792 hue: 0.20 , saturation: 0.20 and the lightness value of afb792 is 0.65.

The process color (four color CMYK) of #afb792 color hex is 0.04, 0.00, 0.20, 0.28. Web safe color of #afb792 is #99cc99. Color #afb792 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 10010010
Octal 257 267 222
Decimal 175 183 146
Hex AF B7 92

RGB Percentages of Color #afb792

%34.72
%36.31
%28.97

CMYK Percentages of Color #afb792

%4
%0
%20
%28

Triadic Colors of #afb792

#afb792 #92afb7 #b792af

Analogous Colors of #afb792

#afb792 #9db792 #b7ad92

Monochromatic Colors of #afb792

#afb792

Complementary Color

#afb792 #9a92b7

#afb792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb792 Color CSS Codes

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

#afb792 Text Font Color

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

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


#afb792 Background Color

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

This div background color is #afb792


#afb792 Border Color

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

This div border color is #afb792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb792


Comments

No comments written yet.

Please login to write comment.