Color Hex Logo

#afd701 Color Hex

#AFD701
(175,215,1)
0 Favorites   0 Comments

Color spaces of #afd701

RGB 1752151
HSL0.200.990.42
HSV71°100°84°
CMYK 0.190.001.00   0.16
XYZ41.985157.71708.9564
Yxy57.71700.38640.5312
Hunter Lab75.9717-34.304046.1904
CIE-Lab80.5812-35.505379.5390

#afd701 color RGB value is (175,215,1).

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

The process color (four color CMYK) of #afd701 color hex is 0.19, 0.00, 1.00, 0.16. Web safe color of #afd701 is #99cc00. Color #afd701 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010111 00000001
Octal 257 327 1
Decimal 175 215 1
Hex AF D7 1

RGB Percentages of Color #afd701

%44.76
%54.99
%0.26

CMYK Percentages of Color #afd701

%19
%0
%100
%16

Triadic Colors of #afd701

#afd701 #01afd7 #d701af

Analogous Colors of #afd701

#afd701 #44d701 #d79401

Monochromatic Colors of #afd701

#afd701

Complementary Color

#afd701 #2901d7

#afd701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd701 Color CSS Codes

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

#afd701 Text Font Color

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

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


#afd701 Background Color

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

This div background color is #afd701


#afd701 Border Color

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

This div border color is #afd701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd701


Comments

No comments written yet.

Please login to write comment.