Color Hex Logo

#adc544 Color Hex

#ADC544
(173,197,68)
0 Favorites   0 Comments

Color spaces of #adc544

RGB 17319768
HSL0.200.530.52
HSV71°65°77°
CMYK 0.120.000.65   0.23
XYZ38.243249.234112.9563
Yxy49.23410.38080.4902
Hunter Lab70.1670-25.504238.1690
CIE-Lab75.5967-25.687059.5537

#adc544 color RGB value is (173,197,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000101 01000100
Octal 255 305 104
Decimal 173 197 68
Hex AD C5 44

RGB Percentages of Color #adc544

%39.50
%44.98
%15.53

CMYK Percentages of Color #adc544

%12
%0
%65
%23

Triadic Colors of #adc544

#adc544 #44adc5 #c544ad

Analogous Colors of #adc544

#adc544 #6dc544 #c59d44

Monochromatic Colors of #adc544

#adc544

Complementary Color

#adc544 #5c44c5

#adc544 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc544 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc544 Color CSS Codes

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

#adc544 Text Font Color

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

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


#adc544 Background Color

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

This div background color is #adc544


#adc544 Border Color

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

This div border color is #adc544


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc544


Comments

No comments written yet.

Please login to write comment.