Color Hex Logo

#adf807 Color Hex

#ADF807
(173,248,7)
0 Favorites   0 Comments

Color spaces of #adf807

RGB 1732487
HSL0.220.950.50
HSV79°97°97°
CMYK 0.300.000.97   0.03
XYZ50.839376.034412.1976
Yxy76.03440.36560.5467
Hunter Lab87.1977-48.524352.7446
CIE-Lab89.8753-50.485986.1308

#adf807 color RGB value is (173,248,7).

#adf807 hex color red value is 173, green value is 248 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #adf807 hue: 0.22 , saturation: 0.95 and the lightness value of adf807 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111000 00000111
Octal 255 370 7
Decimal 173 248 7
Hex AD F8 7

RGB Percentages of Color #adf807

%40.42
%57.94
%1.64

CMYK Percentages of Color #adf807

%30
%0
%97
%3

Triadic Colors of #adf807

#adf807 #07adf8 #f807ad

Analogous Colors of #adf807

#adf807 #35f807 #f8cb07

Monochromatic Colors of #adf807

#adf807

Complementary Color

#adf807 #5207f8

#adf807 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf807 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf807 Color CSS Codes

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

#adf807 Text Font Color

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

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


#adf807 Background Color

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

This div background color is #adf807


#adf807 Border Color

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

This div border color is #adf807


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf807


Comments

No comments written yet.

Please login to write comment.