Color Hex Logo

#aded15 Color Hex

#ADED15
(173,237,21)
0 Favorites   0 Comments

Color spaces of #aded15

RGB 17323721
HSL0.220.860.51
HSV78°91°93°
CMYK 0.270.000.91   0.07
XYZ47.653169.506811.6140
Yxy69.50680.37010.5398
Hunter Lab83.3707-43.871650.1001
CIE-Lab86.7544-45.696282.3128

#aded15 color RGB value is (173,237,21).

#aded15 hex color red value is 173, green value is 237 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #aded15 hue: 0.22 , saturation: 0.86 and the lightness value of aded15 is 0.51.

The process color (four color CMYK) of #aded15 color hex is 0.27, 0.00, 0.91, 0.07. Web safe color of #aded15 is #99ff00. Color #aded15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101101 00010101
Octal 255 355 25
Decimal 173 237 21
Hex AD ED 15

RGB Percentages of Color #aded15

%40.14
%54.99
%4.87

CMYK Percentages of Color #aded15

%27
%0
%91
%7

Triadic Colors of #aded15

#aded15 #15aded #ed15ad

Analogous Colors of #aded15

#aded15 #41ed15 #edc115

Monochromatic Colors of #aded15

#aded15

Complementary Color

#aded15 #5515ed

#aded15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aded15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aded15 Color CSS Codes

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

#aded15 Text Font Color

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

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


#aded15 Background Color

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

This div background color is #aded15


#aded15 Border Color

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

This div border color is #aded15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aded15


Comments

No comments written yet.

Please login to write comment.