Color Hex Logo

#adc850 Color Hex

#ADC850
(173,200,80)
0 Favorites   0 Comments

Color spaces of #adc850

RGB 17320080
HSL0.200.520.55
HSV74°60°78°
CMYK 0.140.000.60   0.22
XYZ39.335850.772015.3162
Yxy50.77200.37310.4816
Hunter Lab71.2545-26.155037.1337
CIE-Lab76.5407-26.273455.5385

#adc850 color RGB value is (173,200,80).

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

The process color (four color CMYK) of #adc850 color hex is 0.14, 0.00, 0.60, 0.22. Web safe color of #adc850 is #99cc66. Color #adc850 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001000 01010000
Octal 255 310 120
Decimal 173 200 80
Hex AD C8 50

RGB Percentages of Color #adc850

%38.19
%44.15
%17.66

CMYK Percentages of Color #adc850

%14
%0
%60
%22

Triadic Colors of #adc850

#adc850 #50adc8 #c850ad

Analogous Colors of #adc850

#adc850 #71c850 #c8a750

Monochromatic Colors of #adc850

#adc850

Complementary Color

#adc850 #6b50c8

#adc850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc850 Color CSS Codes

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

#adc850 Text Font Color

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

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


#adc850 Background Color

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

This div background color is #adc850


#adc850 Border Color

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

This div border color is #adc850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc850


Comments

No comments written yet.

Please login to write comment.