Color Hex Logo

#afaf2b Color Hex

#AFAF2B
(175,175,43)
0 Favorites   0 Comments

Color spaces of #afaf2b

RGB 17517543
HSL0.170.610.43
HSV60°75°69°
CMYK 0.000.000.75   0.31
XYZ33.445239.94838.2335
Yxy39.94830.40970.4894
Hunter Lab63.2047-16.153636.5197
CIE-Lab69.4327-15.249462.7235

#afaf2b color RGB value is (175,175,43).

#afaf2b hex color red value is 175, green value is 175 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #afaf2b hue: 0.17 , saturation: 0.61 and the lightness value of afaf2b is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 00101011
Octal 257 257 53
Decimal 175 175 43
Hex AF AF 2B

RGB Percentages of Color #afaf2b

%44.53
%44.53
%10.94

CMYK Percentages of Color #afaf2b

%0
%0
%75
%31

Triadic Colors of #afaf2b

#afaf2b #2bafaf #af2baf

Analogous Colors of #afaf2b

#afaf2b #6daf2b #af6d2b

Monochromatic Colors of #afaf2b

#afaf2b

Complementary Color

#afaf2b #2b2baf

#afaf2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaf2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaf2b Color CSS Codes

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

#afaf2b Text Font Color

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

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


#afaf2b Background Color

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

This div background color is #afaf2b


#afaf2b Border Color

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

This div border color is #afaf2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaf2b


Comments

No comments written yet.

Please login to write comment.