Color Hex Logo

#afb746 Color Hex

#AFB746
(175,183,70)
0 Favorites   0 Comments

Color spaces of #afb746

RGB 17518370
HSL0.180.450.50
HSV64°62°72°
CMYK 0.040.000.62   0.28
XYZ35.718243.423112.2933
Yxy43.42310.39060.4749
Hunter Lab65.8962-18.564735.0665
CIE-Lab71.8412-17.808854.7860

#afb746 color RGB value is (175,183,70).

#afb746 hex color red value is 175, green value is 183 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #afb746 hue: 0.18 , saturation: 0.45 and the lightness value of afb746 is 0.50.

The process color (four color CMYK) of #afb746 color hex is 0.04, 0.00, 0.62, 0.28. Web safe color of #afb746 is #99cc33. Color #afb746 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 01000110
Octal 257 267 106
Decimal 175 183 70
Hex AF B7 46

RGB Percentages of Color #afb746

%40.89
%42.76
%16.36

CMYK Percentages of Color #afb746

%4
%0
%62
%28

Triadic Colors of #afb746

#afb746 #46afb7 #b746af

Analogous Colors of #afb746

#afb746 #77b746 #b78746

Monochromatic Colors of #afb746

#afb746

Complementary Color

#afb746 #4e46b7

#afb746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb746 Color CSS Codes

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

#afb746 Text Font Color

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

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


#afb746 Background Color

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

This div background color is #afb746


#afb746 Border Color

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

This div border color is #afb746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb746


Comments

No comments written yet.

Please login to write comment.