Color Hex Logo

#adc34d Color Hex

#ADC34D
(173,195,77)
0 Favorites   0 Comments

Color spaces of #adc34d

RGB 17319577
HSL0.200.500.53
HSV71°61°76°
CMYK 0.110.000.61   0.24
XYZ38.088248.450314.3656
Yxy48.45030.37750.4802
Hunter Lab69.6062-24.136636.4879
CIE-Lab75.1081-24.080055.2664

#adc34d color RGB value is (173,195,77).

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

The process color (four color CMYK) of #adc34d color hex is 0.11, 0.00, 0.61, 0.24. Web safe color of #adc34d is #99cc66. Color #adc34d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000011 01001101
Octal 255 303 115
Decimal 173 195 77
Hex AD C3 4D

RGB Percentages of Color #adc34d

%38.88
%43.82
%17.30

CMYK Percentages of Color #adc34d

%11
%0
%61
%24

Triadic Colors of #adc34d

#adc34d #4dadc3 #c34dad

Analogous Colors of #adc34d

#adc34d #72c34d #c39e4d

Monochromatic Colors of #adc34d

#adc34d

Complementary Color

#adc34d #634dc3

#adc34d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc34d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc34d Color CSS Codes

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

#adc34d Text Font Color

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

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


#adc34d Background Color

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

This div background color is #adc34d


#adc34d Border Color

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

This div border color is #adc34d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc34d


Comments

No comments written yet.

Please login to write comment.