Color Hex Logo

#afa758 Color Hex

#AFA758
(175,167,88)
0 Favorites   0 Comments

Color spaces of #afa758

RGB 17516788
HSL0.150.350.52
HSV54°50°69°
CMYK 0.000.050.50   0.31
XYZ33.259437.456014.7093
Yxy37.45600.38930.4385
Hunter Lab61.2013-10.097828.5910
CIE-Lab67.6177-8.081341.5465

#afa758 color RGB value is (175,167,88).

#afa758 hex color red value is 175, green value is 167 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #afa758 hue: 0.15 , saturation: 0.35 and the lightness value of afa758 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 01011000
Octal 257 247 130
Decimal 175 167 88
Hex AF A7 58

RGB Percentages of Color #afa758

%40.70
%38.84
%20.47

CMYK Percentages of Color #afa758

%0
%5
%50
%31

Triadic Colors of #afa758

#afa758 #58afa7 #a758af

Analogous Colors of #afa758

#afa758 #8caf58 #af7c58

Monochromatic Colors of #afa758

#afa758

Complementary Color

#afa758 #5860af

#afa758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa758 Color CSS Codes

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

#afa758 Text Font Color

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

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


#afa758 Background Color

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

This div background color is #afa758


#afa758 Border Color

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

This div border color is #afa758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa758


Comments

No comments written yet.

Please login to write comment.