Color Hex Logo

#adc345 Color Hex

#ADC345
(173,195,69)
0 Favorites   0 Comments

Color spaces of #adc345

RGB 17319569
HSL0.200.510.52
HSV70°65°76°
CMYK 0.110.000.65   0.24
XYZ37.822948.344112.9681
Yxy48.34410.38150.4877
Hunter Lab69.5299-24.576937.6127
CIE-Lab75.0414-24.650758.5664

#adc345 color RGB value is (173,195,69).

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

The process color (four color CMYK) of #adc345 color hex is 0.11, 0.00, 0.65, 0.24. Web safe color of #adc345 is #99cc33. Color #adc345 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000011 01000101
Octal 255 303 105
Decimal 173 195 69
Hex AD C3 45

RGB Percentages of Color #adc345

%39.59
%44.62
%15.79

CMYK Percentages of Color #adc345

%11
%0
%65
%24

Triadic Colors of #adc345

#adc345 #45adc3 #c345ad

Analogous Colors of #adc345

#adc345 #6ec345 #c39a45

Monochromatic Colors of #adc345

#adc345

Complementary Color

#adc345 #5b45c3

#adc345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc345 Color CSS Codes

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

#adc345 Text Font Color

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

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


#adc345 Background Color

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

This div background color is #adc345


#adc345 Border Color

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

This div border color is #adc345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc345


Comments

No comments written yet.

Please login to write comment.