Color Hex Logo

#afb565 Color Hex

#AFB565
(175,181,101)
0 Favorites   0 Comments

Color spaces of #afb565

RGB 175181101
HSL0.180.350.55
HSV64°44°71°
CMYK 0.030.000.44   0.29
XYZ36.552043.101318.7048
Yxy43.10130.37160.4382
Hunter Lab65.6516-15.509129.0638
CIE-Lab71.6237-14.085139.8950

#afb565 color RGB value is (175,181,101).

#afb565 hex color red value is 175, green value is 181 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #afb565 hue: 0.18 , saturation: 0.35 and the lightness value of afb565 is 0.55.

The process color (four color CMYK) of #afb565 color hex is 0.03, 0.00, 0.44, 0.29. Web safe color of #afb565 is #99cc66. Color #afb565 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110101 01100101
Octal 257 265 145
Decimal 175 181 101
Hex AF B5 65

RGB Percentages of Color #afb565

%38.29
%39.61
%22.10

CMYK Percentages of Color #afb565

%3
%0
%44
%29

Triadic Colors of #afb565

#afb565 #65afb5 #b565af

Analogous Colors of #afb565

#afb565 #87b565 #b59365

Monochromatic Colors of #afb565

#afb565

Complementary Color

#afb565 #6b65b5

#afb565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb565 Color CSS Codes

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

#afb565 Text Font Color

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

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


#afb565 Background Color

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

This div background color is #afb565


#afb565 Border Color

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

This div border color is #afb565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb565


Comments

No comments written yet.

Please login to write comment.