Color Hex Logo

#afb172 Color Hex

#AFB172
(175,177,114)
0 Favorites   0 Comments

Color spaces of #afb172

RGB 175177114
HSL0.170.290.57
HSV62°36°69°
CMYK 0.010.000.36   0.31
XYZ36.438641.773122.0621
Yxy41.77310.36340.4166
Hunter Lab64.6321-12.470625.0039
CIE-Lab70.7142-10.541432.0376

#afb172 color RGB value is (175,177,114).

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

The process color (four color CMYK) of #afb172 color hex is 0.01, 0.00, 0.36, 0.31. Web safe color of #afb172 is #999966. Color #afb172 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110001 01110010
Octal 257 261 162
Decimal 175 177 114
Hex AF B1 72

RGB Percentages of Color #afb172

%37.55
%37.98
%24.46

CMYK Percentages of Color #afb172

%1
%0
%36
%31

Triadic Colors of #afb172

#afb172 #72afb1 #b172af

Analogous Colors of #afb172

#afb172 #90b172 #b19472

Monochromatic Colors of #afb172

#afb172

Complementary Color

#afb172 #7472b1

#afb172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb172 Color CSS Codes

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

#afb172 Text Font Color

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

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


#afb172 Background Color

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

This div background color is #afb172


#afb172 Border Color

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

This div border color is #afb172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb172


Comments

No comments written yet.

Please login to write comment.