Color Hex Logo

#afaf39 Color Hex

#AFAF39
(175,175,57)
0 Favorites   0 Comments

Color spaces of #afaf39

RGB 17517557
HSL0.170.510.45
HSV60°67°69°
CMYK 0.000.000.67   0.31
XYZ33.747740.06939.8264
Yxy40.06930.40350.4790
Hunter Lab63.3003-15.610735.1064
CIE-Lab69.5189-14.559857.7362

#afaf39 color RGB value is (175,175,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 00111001
Octal 257 257 71
Decimal 175 175 57
Hex AF AF 39

RGB Percentages of Color #afaf39

%43.00
%43.00
%14.00

CMYK Percentages of Color #afaf39

%0
%0
%67
%31

Triadic Colors of #afaf39

#afaf39 #39afaf #af39af

Analogous Colors of #afaf39

#afaf39 #74af39 #af7439

Monochromatic Colors of #afaf39

#afaf39

Complementary Color

#afaf39 #3939af

#afaf39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaf39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaf39 Color CSS Codes

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

#afaf39 Text Font Color

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

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


#afaf39 Background Color

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

This div background color is #afaf39


#afaf39 Border Color

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

This div border color is #afaf39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaf39


Comments

No comments written yet.

Please login to write comment.