Color Hex Logo

#afa078 Color Hex

#AFA078
(175,160,120)
0 Favorites   0 Comments

Color spaces of #afa078

RGB 175160120
HSL0.120.260.58
HSV44°31°69°
CMYK 0.000.090.31   0.31
XYZ33.640235.611622.8700
Yxy35.61160.36520.3866
Hunter Lab59.6755-3.808219.0505
CIE-Lab66.2221-0.725922.8759

#afa078 color RGB value is (175,160,120).

#afa078 hex color red value is 175, green value is 160 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #afa078 hue: 0.12 , saturation: 0.26 and the lightness value of afa078 is 0.58.

The process color (four color CMYK) of #afa078 color hex is 0.00, 0.09, 0.31, 0.31. Web safe color of #afa078 is #999966. Color #afa078 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 01111000
Octal 257 240 170
Decimal 175 160 120
Hex AF A0 78

RGB Percentages of Color #afa078

%38.46
%35.16
%26.37

CMYK Percentages of Color #afa078

%0
%9
%31
%31

Triadic Colors of #afa078

#afa078 #78afa0 #a078af

Analogous Colors of #afa078

#afa078 #a3af78 #af8578

Monochromatic Colors of #afa078

#afa078

Complementary Color

#afa078 #7887af

#afa078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa078 Color CSS Codes

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

#afa078 Text Font Color

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

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


#afa078 Background Color

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

This div background color is #afa078


#afa078 Border Color

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

This div border color is #afa078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa078


Comments

No comments written yet.

Please login to write comment.