Color Hex Logo

#adc834 Color Hex

#ADC834
(173,200,52)
0 Favorites   0 Comments

Color spaces of #adc834

RGB 17320052
HSL0.200.590.49
HSV71°74°78°
CMYK 0.140.000.74   0.22
XYZ38.507750.440710.9553
Yxy50.44070.38540.5049
Hunter Lab71.0216-27.505740.5695
CIE-Lab76.3390-28.037266.1833

#adc834 color RGB value is (173,200,52).

#adc834 hex color red value is 173, green value is 200 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #adc834 hue: 0.20 , saturation: 0.59 and the lightness value of adc834 is 0.49.

The process color (four color CMYK) of #adc834 color hex is 0.14, 0.00, 0.74, 0.22. Web safe color of #adc834 is #99cc33. Color #adc834 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001000 00110100
Octal 255 310 64
Decimal 173 200 52
Hex AD C8 34

RGB Percentages of Color #adc834

%40.71
%47.06
%12.24

CMYK Percentages of Color #adc834

%14
%0
%74
%22

Triadic Colors of #adc834

#adc834 #34adc8 #c834ad

Analogous Colors of #adc834

#adc834 #63c834 #c89934

Monochromatic Colors of #adc834

#adc834

Complementary Color

#adc834 #4f34c8

#adc834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc834 Color CSS Codes

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

#adc834 Text Font Color

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

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


#adc834 Background Color

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

This div background color is #adc834


#adc834 Border Color

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

This div border color is #adc834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc834


Comments

No comments written yet.

Please login to write comment.