Color Hex Logo

#afb064 Color Hex

#AFB064
(175,176,100)
0 Favorites   0 Comments

Color spaces of #afb064

RGB 175176100
HSL0.170.320.54
HSV61°43°69°
CMYK 0.010.000.43   0.31
XYZ35.504841.084718.1154
Yxy41.08470.37490.4338
Hunter Lab64.0973-13.295628.1114
CIE-Lab70.2352-11.606538.6814

#afb064 color RGB value is (175,176,100).

#afb064 hex color red value is 175, green value is 176 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #afb064 hue: 0.17 , saturation: 0.32 and the lightness value of afb064 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110000 01100100
Octal 257 260 144
Decimal 175 176 100
Hex AF B0 64

RGB Percentages of Color #afb064

%38.80
%39.02
%22.17

CMYK Percentages of Color #afb064

%1
%0
%43
%31

Triadic Colors of #afb064

#afb064 #64afb0 #b064af

Analogous Colors of #afb064

#afb064 #89b064 #b08b64

Monochromatic Colors of #afb064

#afb064

Complementary Color

#afb064 #6564b0

#afb064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb064 Color CSS Codes

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

#afb064 Text Font Color

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

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


#afb064 Background Color

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

This div background color is #afb064


#afb064 Border Color

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

This div border color is #afb064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb064

#afb064 Color Palettes


Comments

No comments written yet.

Please login to write comment.