Color Hex Logo

#afa658 Color Hex

#AFA658
(175,166,88)
0 Favorites   0 Comments

Color spaces of #afa658

RGB 17516688
HSL0.150.350.52
HSV54°50°69°
CMYK 0.000.050.50   0.31
XYZ33.076937.091014.6485
Yxy37.09100.39000.4373
Hunter Lab60.9024-9.633428.3710
CIE-Lab67.3452-7.552341.2183

#afa658 color RGB value is (175,166,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 01011000
Octal 257 246 130
Decimal 175 166 88
Hex AF A6 58

RGB Percentages of Color #afa658

%40.79
%38.69
%20.51

CMYK Percentages of Color #afa658

%0
%5
%50
%31

Triadic Colors of #afa658

#afa658 #58afa6 #a658af

Analogous Colors of #afa658

#afa658 #8daf58 #af7b58

Monochromatic Colors of #afa658

#afa658

Complementary Color

#afa658 #5861af

#afa658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa658 Color CSS Codes

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

#afa658 Text Font Color

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

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


#afa658 Background Color

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

This div background color is #afa658


#afa658 Border Color

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

This div border color is #afa658


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,166,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 #afa658">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa658


Comments

No comments written yet.

Please login to write comment.