Color Hex Logo

#adfc19 Color Hex

#ADFC19
(173,252,25)
0 Favorites   0 Comments

Color spaces of #adfc19

RGB 17325225
HSL0.220.970.54
HSV81°90°99°
CMYK 0.310.000.90   0.01
XYZ52.219578.575213.3340
Yxy78.57520.36230.5452
Hunter Lab88.6427-49.970153.1312
CIE-Lab91.0417-51.873485.2362

#adfc19 color RGB value is (173,252,25).

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

The process color (four color CMYK) of #adfc19 color hex is 0.31, 0.00, 0.90, 0.01. Web safe color of #adfc19 is #99ff00. Color #adfc19 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111100 00011001
Octal 255 374 31
Decimal 173 252 25
Hex AD FC 19

RGB Percentages of Color #adfc19

%38.44
%56.00
%5.56

CMYK Percentages of Color #adfc19

%31
%0
%90
%1

Triadic Colors of #adfc19

#adfc19 #19adfc #fc19ad

Analogous Colors of #adfc19

#adfc19 #3bfc19 #fcda19

Monochromatic Colors of #adfc19

#adfc19

Complementary Color

#adfc19 #6819fc

#adfc19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfc19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfc19 Color CSS Codes

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

#adfc19 Text Font Color

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

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


#adfc19 Background Color

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

This div background color is #adfc19


#adfc19 Border Color

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

This div border color is #adfc19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfc19

Related Colors


Comments

No comments written yet.

Please login to write comment.