Color Hex Logo

#adbc49 Color Hex

#ADBC49
(173,188,73)
0 Favorites   0 Comments

Color spaces of #adbc49

RGB 17318873
HSL0.190.460.51
HSV68°61°74°
CMYK 0.080.000.61   0.26
XYZ36.419445.331713.1337
Yxy45.33170.38380.4778
Hunter Lab67.3288-21.271535.5646
CIE-Lab73.1098-20.930954.8189

#adbc49 color RGB value is (173,188,73).

#adbc49 hex color red value is 173, green value is 188 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #adbc49 hue: 0.19 , saturation: 0.46 and the lightness value of adbc49 is 0.51.

The process color (four color CMYK) of #adbc49 color hex is 0.08, 0.00, 0.61, 0.26. Web safe color of #adbc49 is #99cc33. Color #adbc49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 01001001
Octal 255 274 111
Decimal 173 188 73
Hex AD BC 49

RGB Percentages of Color #adbc49

%39.86
%43.32
%16.82

CMYK Percentages of Color #adbc49

%8
%0
%61
%26

Triadic Colors of #adbc49

#adbc49 #49adbc #bc49ad

Analogous Colors of #adbc49

#adbc49 #74bc49 #bc9249

Monochromatic Colors of #adbc49

#adbc49

Complementary Color

#adbc49 #5849bc

#adbc49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbc49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbc49 Color CSS Codes

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

#adbc49 Text Font Color

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

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


#adbc49 Background Color

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

This div background color is #adbc49


#adbc49 Border Color

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

This div border color is #adbc49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbc49


Comments

No comments written yet.

Please login to write comment.