Color Hex Logo

#adfc1d Color Hex

#ADFC1D
(173,252,29)
0 Favorites   0 Comments

Color spaces of #adfc1d

RGB 17325229
HSL0.230.970.55
HSV81°88°99°
CMYK 0.310.000.88   0.01
XYZ52.265878.593813.5778
Yxy78.59380.36190.5441
Hunter Lab88.6531-49.907652.9766
CIE-Lab91.0502-51.788884.6491

#adfc1d color RGB value is (173,252,29).

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

The process color (four color CMYK) of #adfc1d color hex is 0.31, 0.00, 0.88, 0.01. Web safe color of #adfc1d is #99ff33. Color #adfc1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111100 00011101
Octal 255 374 35
Decimal 173 252 29
Hex AD FC 1D

RGB Percentages of Color #adfc1d

%38.11
%55.51
%6.39

CMYK Percentages of Color #adfc1d

%31
%0
%88
%1

Triadic Colors of #adfc1d

#adfc1d #1dadfc #fc1dad

Analogous Colors of #adfc1d

#adfc1d #3efc1d #fcdc1d

Monochromatic Colors of #adfc1d

#adfc1d

Complementary Color

#adfc1d #6c1dfc

#adfc1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfc1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfc1d Color CSS Codes

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

#adfc1d Text Font Color

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

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


#adfc1d Background Color

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

This div background color is #adfc1d


#adfc1d Border Color

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

This div border color is #adfc1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfc1d


Comments

No comments written yet.

Please login to write comment.