Color Hex Logo

#afae37 Color Hex

#AFAE37
(175,174,55)
0 Favorites   0 Comments

Color spaces of #afae37

RGB 17517455
HSL0.170.520.45
HSV60°69°69°
CMYK 0.000.010.69   0.31
XYZ33.504839.66199.5040
Yxy39.66190.40530.4798
Hunter Lab62.9777-15.247135.1369
CIE-Lab69.2280-14.157858.2268

#afae37 color RGB value is (175,174,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 00110111
Octal 257 256 67
Decimal 175 174 55
Hex AF AE 37

RGB Percentages of Color #afae37

%43.32
%43.07
%13.61

CMYK Percentages of Color #afae37

%0
%1
%69
%31

Triadic Colors of #afae37

#afae37 #37afae #ae37af

Analogous Colors of #afae37

#afae37 #74af37 #af7237

Monochromatic Colors of #afae37

#afae37

Complementary Color

#afae37 #3738af

#afae37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afae37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afae37 Color CSS Codes

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

#afae37 Text Font Color

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

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


#afae37 Background Color

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

This div background color is #afae37


#afae37 Border Color

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

This div border color is #afae37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afae37


Comments

No comments written yet.

Please login to write comment.