Color Hex Logo

#afa201 Color Hex

#AFA201
(175,162,1)
0 Favorites   0 Comments

Color spaces of #afa201

RGB 1751621
HSL0.150.990.35
HSV56°99°69°
CMYK 0.000.070.99   0.31
XYZ30.605034.95685.1630
Yxy34.95680.43270.4943
Hunter Lab59.1243-11.069036.2095
CIE-Lab65.7150-9.514268.4982

#afa201 color RGB value is (175,162,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 00000001
Octal 257 242 1
Decimal 175 162 1
Hex AF A2 1

RGB Percentages of Color #afa201

%51.78
%47.93
%0.30

CMYK Percentages of Color #afa201

%0
%7
%99
%31

Triadic Colors of #afa201

#afa201 #01afa2 #a201af

Analogous Colors of #afa201

#afa201 #65af01 #af4b01

Monochromatic Colors of #afa201

#afa201

Complementary Color

#afa201 #010eaf

#afa201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa201 Color CSS Codes

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

#afa201 Text Font Color

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

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


#afa201 Background Color

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

This div background color is #afa201


#afa201 Border Color

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

This div border color is #afa201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa201


Comments

No comments written yet.

Please login to write comment.