Color Hex Logo

#afb182 Color Hex

#AFB182
(175,177,130)
0 Favorites   0 Comments

Color spaces of #afb182

RGB 175177130
HSL0.170.230.60
HSV63°27°69°
CMYK 0.010.000.27   0.31
XYZ37.430642.169927.2859
Yxy42.16990.35020.3945
Hunter Lab64.9384-10.754420.5443
CIE-Lab70.9879-8.454523.8866

#afb182 color RGB value is (175,177,130).

#afb182 hex color red value is 175, green value is 177 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #afb182 hue: 0.17 , saturation: 0.23 and the lightness value of afb182 is 0.60.

The process color (four color CMYK) of #afb182 color hex is 0.01, 0.00, 0.27, 0.31. Web safe color of #afb182 is #999999. Color #afb182 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110001 10000010
Octal 257 261 202
Decimal 175 177 130
Hex AF B1 82

RGB Percentages of Color #afb182

%36.31
%36.72
%26.97

CMYK Percentages of Color #afb182

%1
%0
%27
%31

Triadic Colors of #afb182

#afb182 #82afb1 #b182af

Analogous Colors of #afb182

#afb182 #98b182 #b19c82

Monochromatic Colors of #afb182

#afb182

Complementary Color

#afb182 #8482b1

#afb182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb182 Color CSS Codes

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

#afb182 Text Font Color

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

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


#afb182 Background Color

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

This div background color is #afb182


#afb182 Border Color

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

This div border color is #afb182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb182


Comments

No comments written yet.

Please login to write comment.