Color Hex Logo

#adf701 Color Hex

#ADF701
(173,247,1)
0 Favorites   0 Comments

Color spaces of #adf701

RGB 1732471
HSL0.220.990.49
HSV78°100°97°
CMYK 0.300.001.00   0.03
XYZ50.499875.408011.9223
Yxy75.40800.36640.5471
Hunter Lab86.8378-48.160952.6463
CIE-Lab89.5838-50.134786.3590

#adf701 color RGB value is (173,247,1).

#adf701 hex color red value is 173, green value is 247 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #adf701 hue: 0.22 , saturation: 0.99 and the lightness value of adf701 is 0.49.

The process color (four color CMYK) of #adf701 color hex is 0.30, 0.00, 1.00, 0.03. Web safe color of #adf701 is #99ff00. Color #adf701 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110111 00000001
Octal 255 367 1
Decimal 173 247 1
Hex AD F7 1

RGB Percentages of Color #adf701

%41.09
%58.67
%0.24

CMYK Percentages of Color #adf701

%30
%0
%100
%3

Triadic Colors of #adf701

#adf701 #01adf7 #f701ad

Analogous Colors of #adf701

#adf701 #32f701 #f7c601

Monochromatic Colors of #adf701

#adf701

Complementary Color

#adf701 #4b01f7

#adf701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf701 Color CSS Codes

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

#adf701 Text Font Color

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

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


#adf701 Background Color

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

This div background color is #adf701


#adf701 Border Color

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

This div border color is #adf701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf701


Comments

No comments written yet.

Please login to write comment.