Color Hex Logo

#adcc41 Color Hex

#ADCC41
(173,204,65)
0 Favorites   0 Comments

Color spaces of #adcc41

RGB 17320465
HSL0.200.580.53
HSV73°68°80°
CMYK 0.150.000.68   0.20
XYZ39.780652.451613.0285
Yxy52.45160.37790.4983
Hunter Lab72.4235-28.695040.0306
CIE-Lab77.5501-29.225162.7392

#adcc41 color RGB value is (173,204,65).

#adcc41 hex color red value is 173, green value is 204 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #adcc41 hue: 0.20 , saturation: 0.58 and the lightness value of adcc41 is 0.53.

The process color (four color CMYK) of #adcc41 color hex is 0.15, 0.00, 0.68, 0.20. Web safe color of #adcc41 is #99cc33. Color #adcc41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 01000001
Octal 255 314 101
Decimal 173 204 65
Hex AD CC 41

RGB Percentages of Color #adcc41

%39.14
%46.15
%14.71

CMYK Percentages of Color #adcc41

%15
%0
%68
%20

Triadic Colors of #adcc41

#adcc41 #41adcc #cc41ad

Analogous Colors of #adcc41

#adcc41 #68cc41 #cca641

Monochromatic Colors of #adcc41

#adcc41

Complementary Color

#adcc41 #6041cc

#adcc41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcc41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcc41 Color CSS Codes

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

#adcc41 Text Font Color

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

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


#adcc41 Background Color

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

This div background color is #adcc41


#adcc41 Border Color

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

This div border color is #adcc41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcc41


Comments

No comments written yet.

Please login to write comment.