Color Hex Logo

#adc534 Color Hex

#ADC534
(173,197,52)
0 Favorites   0 Comments

Color spaces of #adc534

RGB 17319752
HSL0.190.580.49
HSV70°74°77°
CMYK 0.120.000.74   0.23
XYZ37.819749.064710.7259
Yxy49.06470.38750.5027
Hunter Lab70.0462-26.204239.9535
CIE-Lab75.4916-26.601265.3761

#adc534 color RGB value is (173,197,52).

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

The process color (four color CMYK) of #adc534 color hex is 0.12, 0.00, 0.74, 0.23. Web safe color of #adc534 is #99cc33. Color #adc534 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000101 00110100
Octal 255 305 64
Decimal 173 197 52
Hex AD C5 34

RGB Percentages of Color #adc534

%41.00
%46.68
%12.32

CMYK Percentages of Color #adc534

%12
%0
%74
%23

Triadic Colors of #adc534

#adc534 #34adc5 #c534ad

Analogous Colors of #adc534

#adc534 #65c534 #c59534

Monochromatic Colors of #adc534

#adc534

Complementary Color

#adc534 #4c34c5

#adc534 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc534 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc534 Color CSS Codes

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

#adc534 Text Font Color

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

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


#adc534 Background Color

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

This div background color is #adc534


#adc534 Border Color

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

This div border color is #adc534


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc534


Comments

No comments written yet.

Please login to write comment.