Color Hex Logo

#afb869 Color Hex

#AFB869
(175,184,105)
0 Favorites   0 Comments

Color spaces of #afb869

RGB 175184105
HSL0.190.360.57
HSV67°43°72°
CMYK 0.050.000.43   0.28
XYZ37.369544.414919.9679
Yxy44.41490.36730.4365
Hunter Lab66.6445-16.537828.8868
CIE-Lab72.5049-15.193038.9662

#afb869 color RGB value is (175,184,105).

#afb869 hex color red value is 175, green value is 184 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #afb869 hue: 0.19 , saturation: 0.36 and the lightness value of afb869 is 0.57.

The process color (four color CMYK) of #afb869 color hex is 0.05, 0.00, 0.43, 0.28. Web safe color of #afb869 is #99cc66. Color #afb869 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 01101001
Octal 257 270 151
Decimal 175 184 105
Hex AF B8 69

RGB Percentages of Color #afb869

%37.72
%39.66
%22.63

CMYK Percentages of Color #afb869

%5
%0
%43
%28

Triadic Colors of #afb869

#afb869 #69afb8 #b869af

Analogous Colors of #afb869

#afb869 #88b869 #b89a69

Monochromatic Colors of #afb869

#afb869

Complementary Color

#afb869 #7269b8

#afb869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb869 Color CSS Codes

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

#afb869 Text Font Color

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

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


#afb869 Background Color

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

This div background color is #afb869


#afb869 Border Color

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

This div border color is #afb869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb869

#afb869 Color Palettes


Comments

No comments written yet.

Please login to write comment.