Color Hex Logo

#adcd51 Color Hex

#ADCD51
(173,205,81)
0 Favorites   0 Comments

Color spaces of #adcd51

RGB 17320581
HSL0.210.550.56
HSV75°60°80°
CMYK 0.160.000.60   0.20
XYZ40.550153.141015.9046
Yxy53.14100.37000.4849
Hunter Lab72.8979-28.279038.0928
CIE-Lab77.9582-28.587956.6671

#adcd51 color RGB value is (173,205,81).

#adcd51 hex color red value is 173, green value is 205 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #adcd51 hue: 0.21 , saturation: 0.55 and the lightness value of adcd51 is 0.56.

The process color (four color CMYK) of #adcd51 color hex is 0.16, 0.00, 0.60, 0.20. Web safe color of #adcd51 is #99cc66. Color #adcd51 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 01010001
Octal 255 315 121
Decimal 173 205 81
Hex AD CD 51

RGB Percentages of Color #adcd51

%37.69
%44.66
%17.65

CMYK Percentages of Color #adcd51

%16
%0
%60
%20

Triadic Colors of #adcd51

#adcd51 #51adcd #cd51ad

Analogous Colors of #adcd51

#adcd51 #6fcd51 #cdaf51

Monochromatic Colors of #adcd51

#adcd51

Complementary Color

#adcd51 #7151cd

#adcd51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcd51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcd51 Color CSS Codes

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

#adcd51 Text Font Color

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

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


#adcd51 Background Color

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

This div background color is #adcd51


#adcd51 Border Color

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

This div border color is #adcd51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcd51


Comments

No comments written yet.

Please login to write comment.