Color Hex Logo

#afa601 Color Hex

#AFA601
(175,166,1)
0 Favorites   0 Comments

Color spaces of #afa601

RGB 1751661
HSL0.160.990.35
HSV57°99°69°
CMYK 0.000.050.99   0.31
XYZ31.320936.38865.4016
Yxy36.38860.42840.4977
Hunter Lab60.3230-12.884436.9170
CIE-Lab66.8158-11.607369.2977

#afa601 color RGB value is (175,166,1).

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

The process color (four color CMYK) of #afa601 color hex is 0.00, 0.05, 0.99, 0.31. Web safe color of #afa601 is #999900. Color #afa601 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 00000001
Octal 257 246 1
Decimal 175 166 1
Hex AF A6 1

RGB Percentages of Color #afa601

%51.17
%48.54
%0.29

CMYK Percentages of Color #afa601

%0
%5
%99
%31

Triadic Colors of #afa601

#afa601 #01afa6 #a601af

Analogous Colors of #afa601

#afa601 #61af01 #af4f01

Monochromatic Colors of #afa601

#afa601

Complementary Color

#afa601 #010aaf

#afa601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa601 Color CSS Codes

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

#afa601 Text Font Color

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

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


#afa601 Background Color

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

This div background color is #afa601


#afa601 Border Color

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

This div border color is #afa601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa601


Comments

No comments written yet.

Please login to write comment.