Color Hex Logo

#afb672 Color Hex

#AFB672
(175,182,114)
0 Favorites   0 Comments

Color spaces of #afb672

RGB 175182114
HSL0.180.320.58
HSV66°37°71°
CMYK 0.040.000.37   0.29
XYZ37.444443.784822.3974
Yxy43.78480.36130.4225
Hunter Lab66.1701-14.787926.2504
CIE-Lab72.0844-13.135833.8080

#afb672 color RGB value is (175,182,114).

#afb672 hex color red value is 175, green value is 182 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #afb672 hue: 0.18 , saturation: 0.32 and the lightness value of afb672 is 0.58.

The process color (four color CMYK) of #afb672 color hex is 0.04, 0.00, 0.37, 0.29. Web safe color of #afb672 is #99cc66. Color #afb672 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110110 01110010
Octal 257 266 162
Decimal 175 182 114
Hex AF B6 72

RGB Percentages of Color #afb672

%37.15
%38.64
%24.20

CMYK Percentages of Color #afb672

%4
%0
%37
%29

Triadic Colors of #afb672

#afb672 #72afb6 #b672af

Analogous Colors of #afb672

#afb672 #8db672 #b69b72

Monochromatic Colors of #afb672

#afb672

Complementary Color

#afb672 #7972b6

#afb672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb672 Color CSS Codes

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

#afb672 Text Font Color

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

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


#afb672 Background Color

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

This div background color is #afb672


#afb672 Border Color

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

This div border color is #afb672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb672


Comments

No comments written yet.

Please login to write comment.