Color Hex Logo

#afae41 Color Hex

#AFAE41
(175,174,65)
0 Favorites   0 Comments

Color spaces of #afae41

RGB 17517465
HSL0.170.460.47
HSV59°63°69°
CMYK 0.000.010.63   0.31
XYZ33.769439.767710.8971
Yxy39.76770.39990.4710
Hunter Lab63.0616-14.771433.8978
CIE-Lab69.3038-13.556854.2187

#afae41 color RGB value is (175,174,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 01000001
Octal 257 256 101
Decimal 175 174 65
Hex AF AE 41

RGB Percentages of Color #afae41

%42.27
%42.03
%15.70

CMYK Percentages of Color #afae41

%0
%1
%63
%31

Triadic Colors of #afae41

#afae41 #41afae #ae41af

Analogous Colors of #afae41

#afae41 #79af41 #af7741

Monochromatic Colors of #afae41

#afae41

Complementary Color

#afae41 #4142af

#afae41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afae41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afae41 Color CSS Codes

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

#afae41 Text Font Color

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

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


#afae41 Background Color

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

This div background color is #afae41


#afae41 Border Color

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

This div border color is #afae41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afae41


Comments

No comments written yet.

Please login to write comment.