Color Hex Logo

#adcc45 Color Hex

#ADCC45
(173,204,69)
0 Favorites   0 Comments

Color spaces of #adcc45

RGB 17320469
HSL0.200.570.54
HSV74°66°80°
CMYK 0.150.000.66   0.20
XYZ39.900652.499613.6607
Yxy52.49960.37620.4950
Hunter Lab72.4566-28.502239.5413
CIE-Lab77.5786-28.972461.2194

#adcc45 color RGB value is (173,204,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 01000101
Octal 255 314 105
Decimal 173 204 69
Hex AD CC 45

RGB Percentages of Color #adcc45

%38.79
%45.74
%15.47

CMYK Percentages of Color #adcc45

%15
%0
%66
%20

Triadic Colors of #adcc45

#adcc45 #45adcc #cc45ad

Analogous Colors of #adcc45

#adcc45 #6acc45 #cca845

Monochromatic Colors of #adcc45

#adcc45

Complementary Color

#adcc45 #6445cc

#adcc45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcc45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcc45 Color CSS Codes

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

#adcc45 Text Font Color

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

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


#adcc45 Background Color

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

This div background color is #adcc45


#adcc45 Border Color

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

This div border color is #adcc45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcc45


Comments

No comments written yet.

Please login to write comment.