Color Hex Logo

#adda15 Color Hex

#ADDA15
(173,218,21)
0 Favorites   0 Comments

Color spaces of #adda15

RGB 17321821
HSL0.200.820.47
HSV74°90°85°
CMYK 0.210.000.90   0.15
XYZ42.440359.08129.8764
Yxy59.08120.38100.5304
Hunter Lab76.8643-35.954546.1868
CIE-Lab81.3362-37.388477.9590

#adda15 color RGB value is (173,218,21).

#adda15 hex color red value is 173, green value is 218 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #adda15 hue: 0.20 , saturation: 0.82 and the lightness value of adda15 is 0.47.

The process color (four color CMYK) of #adda15 color hex is 0.21, 0.00, 0.90, 0.15. Web safe color of #adda15 is #99cc00. Color #adda15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 00010101
Octal 255 332 25
Decimal 173 218 21
Hex AD DA 15

RGB Percentages of Color #adda15

%41.99
%52.91
%5.10

CMYK Percentages of Color #adda15

%21
%0
%90
%15

Triadic Colors of #adda15

#adda15 #15adda #da15ad

Analogous Colors of #adda15

#adda15 #4bda15 #daa515

Monochromatic Colors of #adda15

#adda15

Complementary Color

#adda15 #4215da

#adda15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adda15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adda15 Color CSS Codes

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

#adda15 Text Font Color

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

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


#adda15 Background Color

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

This div background color is #adda15


#adda15 Border Color

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

This div border color is #adda15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adda15


Comments

No comments written yet.

Please login to write comment.