Color Hex Logo

#adc050 Color Hex

#ADC050
(173,192,80)
0 Favorites   0 Comments

Color spaces of #adc050

RGB 17319280
HSL0.190.470.53
HSV70°58°75°
CMYK 0.100.000.58   0.25
XYZ37.531247.162714.7146
Yxy47.16270.37750.4744
Hunter Lab68.6751-22.630535.3689
CIE-Lab74.2937-22.375653.0445

#adc050 color RGB value is (173,192,80).

#adc050 hex color red value is 173, green value is 192 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #adc050 hue: 0.19 , saturation: 0.47 and the lightness value of adc050 is 0.53.

The process color (four color CMYK) of #adc050 color hex is 0.10, 0.00, 0.58, 0.25. Web safe color of #adc050 is #99cc66. Color #adc050 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000000 01010000
Octal 255 300 120
Decimal 173 192 80
Hex AD C0 50

RGB Percentages of Color #adc050

%38.88
%43.15
%17.98

CMYK Percentages of Color #adc050

%10
%0
%58
%25

Triadic Colors of #adc050

#adc050 #50adc0 #c050ad

Analogous Colors of #adc050

#adc050 #75c050 #c09b50

Monochromatic Colors of #adc050

#adc050

Complementary Color

#adc050 #6350c0

#adc050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc050 Color CSS Codes

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

#adc050 Text Font Color

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

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


#adc050 Background Color

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

This div background color is #adc050


#adc050 Border Color

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

This div border color is #adc050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc050


Comments

No comments written yet.

Please login to write comment.