Color Hex Logo

#adf700 Color Hex

#ADF700
(173,247,0)
0 Favorites   0 Comments

Color spaces of #adf700

RGB 1732470
HSL0.221.000.48
HSV78°100°97°
CMYK 0.300.001.00   0.03
XYZ50.494375.405811.8934
Yxy75.40580.36640.5472
Hunter Lab86.8365-48.168552.6650
CIE-Lab89.5827-50.145086.4346

#adf700 color RGB value is (173,247,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110111 00000000
Octal 255 367 0
Decimal 173 247 0
Hex AD F7 0

RGB Percentages of Color #adf700

%41.19
%58.81
%0.00

CMYK Percentages of Color #adf700

%30
%0
%100
%3

Triadic Colors of #adf700

#adf700 #00adf7 #f700ad

Analogous Colors of #adf700

#adf700 #32f700 #f7c600

Monochromatic Colors of #adf700

#adf700

Complementary Color

#adf700 #4a00f7

#adf700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf700 Color CSS Codes

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

#adf700 Text Font Color

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

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


#adf700 Background Color

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

This div background color is #adf700


#adf700 Border Color

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

This div border color is #adf700


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,247,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf700


Comments

No comments written yet.

Please login to write comment.