Color Hex Logo

#afa654 Color Hex

#AFA654
(175,166,84)
0 Favorites   0 Comments

Color spaces of #afa654

RGB 17516684
HSL0.150.360.51
HSV54°52°69°
CMYK 0.000.050.52   0.31
XYZ32.915637.026513.7995
Yxy37.02650.39310.4422
Hunter Lab60.8494-9.929529.1487
CIE-Lab67.2969-7.916643.1543

#afa654 color RGB value is (175,166,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 01010100
Octal 257 246 124
Decimal 175 166 84
Hex AF A6 54

RGB Percentages of Color #afa654

%41.18
%39.06
%19.76

CMYK Percentages of Color #afa654

%0
%5
%52
%31

Triadic Colors of #afa654

#afa654 #54afa6 #a654af

Analogous Colors of #afa654

#afa654 #8baf54 #af7954

Monochromatic Colors of #afa654

#afa654

Complementary Color

#afa654 #545daf

#afa654 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa654 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa654 Color CSS Codes

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

#afa654 Text Font Color

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

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


#afa654 Background Color

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

This div background color is #afa654


#afa654 Border Color

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

This div border color is #afa654


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa654


Comments

No comments written yet.

Please login to write comment.