Color Hex Logo

#add015 Color Hex

#ADD015
(173,208,21)
0 Favorites   0 Comments

Color spaces of #add015

RGB 17320821
HSL0.200.820.45
HSV71°90°82°
CMYK 0.170.000.90   0.18
XYZ39.924854.05019.0379
Yxy54.05010.38760.5247
Hunter Lab73.5188-31.722444.1744
CIE-Lab78.4909-32.829175.6720

#add015 color RGB value is (173,208,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010000 00010101
Octal 255 320 25
Decimal 173 208 21
Hex AD D0 15

RGB Percentages of Color #add015

%43.03
%51.74
%5.22

CMYK Percentages of Color #add015

%17
%0
%90
%18

Triadic Colors of #add015

#add015 #15add0 #d015ad

Analogous Colors of #add015

#add015 #50d015 #d09615

Monochromatic Colors of #add015

#add015

Complementary Color

#add015 #3815d0

#add015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add015 Color CSS Codes

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

#add015 Text Font Color

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

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


#add015 Background Color

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

This div background color is #add015


#add015 Border Color

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

This div border color is #add015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add015


Comments

No comments written yet.

Please login to write comment.