Color Hex Logo

#afaa06 Color Hex

#AFAA06
(175,170,6)
0 Favorites   0 Comments

Color spaces of #afaa06

RGB 1751706
HSL0.160.930.35
HSV58°97°69°
CMYK 0.000.030.97   0.31
XYZ32.086837.87665.7920
Yxy37.87660.42360.5000
Hunter Lab61.5440-14.638537.5009
CIE-Lab67.9296-13.615769.4885

#afaa06 color RGB value is (175,170,6).

#afaa06 hex color red value is 175, green value is 170 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #afaa06 hue: 0.16 , saturation: 0.93 and the lightness value of afaa06 is 0.35.

The process color (four color CMYK) of #afaa06 color hex is 0.00, 0.03, 0.97, 0.31. Web safe color of #afaa06 is #999900. Color #afaa06 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 00000110
Octal 257 252 6
Decimal 175 170 6
Hex AF AA 6

RGB Percentages of Color #afaa06

%49.86
%48.43
%1.71

CMYK Percentages of Color #afaa06

%0
%3
%97
%31

Triadic Colors of #afaa06

#afaa06 #06afaa #aa06af

Analogous Colors of #afaa06

#afaa06 #60af06 #af5606

Monochromatic Colors of #afaa06

#afaa06

Complementary Color

#afaa06 #060baf

#afaa06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa06 Color CSS Codes

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

#afaa06 Text Font Color

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

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


#afaa06 Background Color

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

This div background color is #afaa06


#afaa06 Border Color

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

This div border color is #afaa06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa06


Comments

No comments written yet.

Please login to write comment.