Color Hex Logo

#add316 Color Hex

#ADD316
(173,211,22)
0 Favorites   0 Comments

Color spaces of #add316

RGB 17321122
HSL0.200.810.46
HSV72°90°83°
CMYK 0.180.000.90   0.17
XYZ40.672755.53079.3339
Yxy55.53070.38540.5262
Hunter Lab74.5189-32.982244.7369
CIE-Lab79.3460-34.190876.2040

#add316 color RGB value is (173,211,22).

#add316 hex color red value is 173, green value is 211 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #add316 hue: 0.20 , saturation: 0.81 and the lightness value of add316 is 0.46.

The process color (four color CMYK) of #add316 color hex is 0.18, 0.00, 0.90, 0.17. Web safe color of #add316 is #99cc00. Color #add316 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010011 00010110
Octal 255 323 26
Decimal 173 211 22
Hex AD D3 16

RGB Percentages of Color #add316

%42.61
%51.97
%5.42

CMYK Percentages of Color #add316

%18
%0
%90
%17

Triadic Colors of #add316

#add316 #16add3 #d316ad

Analogous Colors of #add316

#add316 #4fd316 #d39b16

Monochromatic Colors of #add316

#add316

Complementary Color

#add316 #3c16d3

#add316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add316 Color CSS Codes

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

#add316 Text Font Color

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

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


#add316 Background Color

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

This div background color is #add316


#add316 Border Color

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

This div border color is #add316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add316


Comments

No comments written yet.

Please login to write comment.