Color Hex Logo

#adfc13 Color Hex

#ADFC13
(173,252,19)
0 Favorites   0 Comments

Color spaces of #adfc13

RGB 17325219
HSL0.220.970.53
HSV80°92°99°
CMYK 0.310.000.92   0.01
XYZ52.161578.552113.0290
Yxy78.55210.36290.5465
Hunter Lab88.6296-50.048653.3248
CIE-Lab91.0312-51.979985.9813

#adfc13 color RGB value is (173,252,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111100 00010011
Octal 255 374 23
Decimal 173 252 19
Hex AD FC 13

RGB Percentages of Color #adfc13

%38.96
%56.76
%4.28

CMYK Percentages of Color #adfc13

%31
%0
%92
%1

Triadic Colors of #adfc13

#adfc13 #13adfc #fc13ad

Analogous Colors of #adfc13

#adfc13 #39fc13 #fcd713

Monochromatic Colors of #adfc13

#adfc13

Complementary Color

#adfc13 #6213fc

#adfc13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfc13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfc13 Color CSS Codes

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

#adfc13 Text Font Color

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

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


#adfc13 Background Color

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

This div background color is #adfc13


#adfc13 Border Color

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

This div border color is #adfc13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfc13


Comments

No comments written yet.

Please login to write comment.