Color Hex Logo

#afae3b Color Hex

#AFAE3B
(175,174,59)
0 Favorites   0 Comments

Color spaces of #afae3b

RGB 17517459
HSL0.170.500.46
HSV59°66°69°
CMYK 0.000.010.66   0.31
XYZ33.604739.701810.0297
Yxy39.70180.40320.4764
Hunter Lab63.0094-15.067234.6689
CIE-Lab69.2566-13.930256.6696

#afae3b color RGB value is (175,174,59).

#afae3b hex color red value is 175, green value is 174 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #afae3b hue: 0.17 , saturation: 0.50 and the lightness value of afae3b is 0.46.

The process color (four color CMYK) of #afae3b color hex is 0.00, 0.01, 0.66, 0.31. Web safe color of #afae3b is #999933. Color #afae3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 00111011
Octal 257 256 73
Decimal 175 174 59
Hex AF AE 3B

RGB Percentages of Color #afae3b

%42.89
%42.65
%14.46

CMYK Percentages of Color #afae3b

%0
%1
%66
%31

Triadic Colors of #afae3b

#afae3b #3bafae #ae3baf

Analogous Colors of #afae3b

#afae3b #76af3b #af743b

Monochromatic Colors of #afae3b

#afae3b

Complementary Color

#afae3b #3b3caf

#afae3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afae3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afae3b Color CSS Codes

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

#afae3b Text Font Color

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

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


#afae3b Background Color

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

This div background color is #afae3b


#afae3b Border Color

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

This div border color is #afae3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afae3b


Comments

No comments written yet.

Please login to write comment.