Color Hex Logo

#add807 Color Hex

#ADD807
(173,216,7)
0 Favorites   0 Comments

Color spaces of #add807

RGB 1732167
HSL0.200.940.44
HSV72°97°85°
CMYK 0.200.000.97   0.15
XYZ41.827858.01139.1938
Yxy58.01130.38360.5321
Hunter Lab76.1651-35.261746.1588
CIE-Lab80.7451-36.687879.0597

#add807 color RGB value is (173,216,7).

#add807 hex color red value is 173, green value is 216 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #add807 hue: 0.20 , saturation: 0.94 and the lightness value of add807 is 0.44.

The process color (four color CMYK) of #add807 color hex is 0.20, 0.00, 0.97, 0.15. Web safe color of #add807 is #99cc00. Color #add807 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011000 00000111
Octal 255 330 7
Decimal 173 216 7
Hex AD D8 7

RGB Percentages of Color #add807

%43.69
%54.55
%1.77

CMYK Percentages of Color #add807

%20
%0
%97
%15

Triadic Colors of #add807

#add807 #07add8 #d807ad

Analogous Colors of #add807

#add807 #45d807 #d89b07

Monochromatic Colors of #add807

#add807

Complementary Color

#add807 #3207d8

#add807 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add807 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add807 Color CSS Codes

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

#add807 Text Font Color

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

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


#add807 Background Color

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

This div background color is #add807


#add807 Border Color

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

This div border color is #add807


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add807


Comments

No comments written yet.

Please login to write comment.