Color Hex Logo

#afa45b Color Hex

#AFA45B
(175,164,91)
0 Favorites   0 Comments

Color spaces of #afa45b

RGB 17516491
HSL0.140.340.52
HSV52°48°69°
CMYK 0.000.060.48   0.31
XYZ32.843036.420215.1963
Yxy36.42020.38890.4312
Hunter Lab60.3492-8.468427.3148
CIE-Lab66.8397-6.204439.0848

#afa45b color RGB value is (175,164,91).

#afa45b hex color red value is 175, green value is 164 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #afa45b hue: 0.14 , saturation: 0.34 and the lightness value of afa45b is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 01011011
Octal 257 244 133
Decimal 175 164 91
Hex AF A4 5B

RGB Percentages of Color #afa45b

%40.70
%38.14
%21.16

CMYK Percentages of Color #afa45b

%0
%6
%48
%31

Triadic Colors of #afa45b

#afa45b #5bafa4 #a45baf

Analogous Colors of #afa45b

#afa45b #90af5b #af7a5b

Monochromatic Colors of #afa45b

#afa45b

Complementary Color

#afa45b #5b66af

#afa45b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa45b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa45b Color CSS Codes

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

#afa45b Text Font Color

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

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


#afa45b Background Color

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

This div background color is #afa45b


#afa45b Border Color

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

This div border color is #afa45b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa45b


Comments

No comments written yet.

Please login to write comment.