Color Hex Logo

#afbd92 Color Hex

#AFBD92
(175,189,146)
0 Favorites   0 Comments

Color spaces of #afbd92

RGB 175189146
HSL0.220.250.66
HSV80°23°74°
CMYK 0.070.000.23   0.26
XYZ41.065147.584534.2145
Yxy47.58450.33420.3873
Hunter Lab68.9815-14.455618.8795
CIE-Lab74.5621-12.362920.1704

#afbd92 color RGB value is (175,189,146).

#afbd92 hex color red value is 175, green value is 189 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #afbd92 hue: 0.22 , saturation: 0.25 and the lightness value of afbd92 is 0.66.

The process color (four color CMYK) of #afbd92 color hex is 0.07, 0.00, 0.23, 0.26. Web safe color of #afbd92 is #99cc99. Color #afbd92 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 10010010
Octal 257 275 222
Decimal 175 189 146
Hex AF BD 92

RGB Percentages of Color #afbd92

%34.31
%37.06
%28.63

CMYK Percentages of Color #afbd92

%7
%0
%23
%26

Triadic Colors of #afbd92

#afbd92 #92afbd #bd92af

Analogous Colors of #afbd92

#afbd92 #9abd92 #bdb692

Monochromatic Colors of #afbd92

#afbd92

Complementary Color

#afbd92 #a092bd

#afbd92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbd92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbd92 Color CSS Codes

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

#afbd92 Text Font Color

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

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


#afbd92 Background Color

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

This div background color is #afbd92


#afbd92 Border Color

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

This div border color is #afbd92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbd92


Comments

No comments written yet.

Please login to write comment.