Color Hex Logo

#afab06 Color Hex

#AFAB06
(175,171,6)
0 Favorites   0 Comments

Color spaces of #afab06

RGB 1751716
HSL0.160.930.35
HSV59°97°69°
CMYK 0.000.020.97   0.31
XYZ32.275038.25295.8548
Yxy38.25290.42250.5008
Hunter Lab61.8489-15.087937.6817
CIE-Lab68.2066-14.130469.6953

#afab06 color RGB value is (175,171,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 00000110
Octal 257 253 6
Decimal 175 171 6
Hex AF AB 6

RGB Percentages of Color #afab06

%49.72
%48.58
%1.70

CMYK Percentages of Color #afab06

%0
%2
%97
%31

Triadic Colors of #afab06

#afab06 #06afab #ab06af

Analogous Colors of #afab06

#afab06 #5faf06 #af5706

Monochromatic Colors of #afab06

#afab06

Complementary Color

#afab06 #060aaf

#afab06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afab06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afab06 Color CSS Codes

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

#afab06 Text Font Color

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

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


#afab06 Background Color

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

This div background color is #afab06


#afab06 Border Color

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

This div border color is #afab06


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,171,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 #afab06">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afab06


Comments

No comments written yet.

Please login to write comment.