Color Hex Logo

#addb15 Color Hex

#ADDB15
(173,219,21)
0 Favorites   0 Comments

Color spaces of #addb15

RGB 17321921
HSL0.210.830.47
HSV74°90°86°
CMYK 0.210.000.90   0.14
XYZ42.700559.60149.9631
Yxy59.60140.38040.5309
Hunter Lab77.2019-36.374846.3898
CIE-Lab81.6211-37.836878.1879

#addb15 color RGB value is (173,219,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011011 00010101
Octal 255 333 25
Decimal 173 219 21
Hex AD DB 15

RGB Percentages of Color #addb15

%41.89
%53.03
%5.08

CMYK Percentages of Color #addb15

%21
%0
%90
%14

Triadic Colors of #addb15

#addb15 #15addb #db15ad

Analogous Colors of #addb15

#addb15 #4adb15 #dba615

Monochromatic Colors of #addb15

#addb15

Complementary Color

#addb15 #4315db

#addb15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addb15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addb15 Color CSS Codes

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

#addb15 Text Font Color

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

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


#addb15 Background Color

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

This div background color is #addb15


#addb15 Border Color

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

This div border color is #addb15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addb15


Comments

No comments written yet.

Please login to write comment.