Color Hex Logo

#adfd15 Color Hex

#ADFD15
(173,253,21)
0 Favorites   0 Comments

Color spaces of #adfd15

RGB 17325321
HSL0.220.980.54
HSV81°92°99°
CMYK 0.320.000.92   0.01
XYZ52.494279.188913.2277
Yxy79.18890.36230.5465
Hunter Lab88.9881-50.431953.4785
CIE-Lab91.3197-52.354785.9801

#adfd15 color RGB value is (173,253,21).

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

The process color (four color CMYK) of #adfd15 color hex is 0.32, 0.00, 0.92, 0.01. Web safe color of #adfd15 is #99ff00. Color #adfd15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111101 00010101
Octal 255 375 25
Decimal 173 253 21
Hex AD FD 15

RGB Percentages of Color #adfd15

%38.70
%56.60
%4.70

CMYK Percentages of Color #adfd15

%32
%0
%92
%1

Triadic Colors of #adfd15

#adfd15 #15adfd #fd15ad

Analogous Colors of #adfd15

#adfd15 #39fd15 #fdd915

Monochromatic Colors of #adfd15

#adfd15

Complementary Color

#adfd15 #6515fd

#adfd15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfd15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfd15 Color CSS Codes

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

#adfd15 Text Font Color

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

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


#adfd15 Background Color

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

This div background color is #adfd15


#adfd15 Border Color

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

This div border color is #adfd15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfd15

Related Colors


Comments

No comments written yet.

Please login to write comment.