Color Hex Logo

#adc645 Color Hex

#ADC645
(173,198,69)
0 Favorites   0 Comments

Color spaces of #adc645

RGB 17319869
HSL0.200.530.52
HSV72°65°78°
CMYK 0.130.000.65   0.22
XYZ38.501849.702113.1944
Yxy49.70210.37970.4902
Hunter Lab70.4997-25.890838.2534
CIE-Lab75.8860-26.103959.4535

#adc645 color RGB value is (173,198,69).

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

The process color (four color CMYK) of #adc645 color hex is 0.13, 0.00, 0.65, 0.22. Web safe color of #adc645 is #99cc33. Color #adc645 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000110 01000101
Octal 255 306 105
Decimal 173 198 69
Hex AD C6 45

RGB Percentages of Color #adc645

%39.32
%45.00
%15.68

CMYK Percentages of Color #adc645

%13
%0
%65
%22

Triadic Colors of #adc645

#adc645 #45adc6 #c645ad

Analogous Colors of #adc645

#adc645 #6dc645 #c69f45

Monochromatic Colors of #adc645

#adc645

Complementary Color

#adc645 #5e45c6

#adc645 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc645 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc645 Color CSS Codes

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

#adc645 Text Font Color

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

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


#adc645 Background Color

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

This div background color is #adc645


#adc645 Border Color

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

This div border color is #adc645


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,198,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 #adc645">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc645


Comments

No comments written yet.

Please login to write comment.