Color Hex Logo

#adc149 Color Hex

#ADC149
(173,193,73)
0 Favorites   0 Comments

Color spaces of #adc149

RGB 17319373
HSL0.190.490.52
HSV70°62°76°
CMYK 0.100.000.62   0.24
XYZ37.506147.505213.4960
Yxy47.50520.38070.4823
Hunter Lab68.9240-23.483436.6372
CIE-Lab74.5118-23.397356.3357

#adc149 color RGB value is (173,193,73).

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

The process color (four color CMYK) of #adc149 color hex is 0.10, 0.00, 0.62, 0.24. Web safe color of #adc149 is #99cc33. Color #adc149 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000001 01001001
Octal 255 301 111
Decimal 173 193 73
Hex AD C1 49

RGB Percentages of Color #adc149

%39.41
%43.96
%16.63

CMYK Percentages of Color #adc149

%10
%0
%62
%24

Triadic Colors of #adc149

#adc149 #49adc1 #c149ad

Analogous Colors of #adc149

#adc149 #71c149 #c19949

Monochromatic Colors of #adc149

#adc149

Complementary Color

#adc149 #5d49c1

#adc149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc149 Color CSS Codes

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

#adc149 Text Font Color

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

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


#adc149 Background Color

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

This div background color is #adc149


#adc149 Border Color

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

This div border color is #adc149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc149


Comments

No comments written yet.

Please login to write comment.