Color Hex Logo

#adcb0a Color Hex

#ADCB0A
(173,203,10)
0 Favorites   0 Comments

Color spaces of #adcb0a

RGB 17320310
HSL0.190.910.42
HSV69°95°80°
CMYK 0.150.000.95   0.20
XYZ38.644351.61808.2137
Yxy51.61800.39240.5242
Hunter Lab71.8457-29.718543.5137
CIE-Lab77.0519-30.673175.9278

#adcb0a color RGB value is (173,203,10).

#adcb0a hex color red value is 173, green value is 203 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #adcb0a hue: 0.19 , saturation: 0.91 and the lightness value of adcb0a is 0.42.

The process color (four color CMYK) of #adcb0a color hex is 0.15, 0.00, 0.95, 0.20. Web safe color of #adcb0a is #99cc00. Color #adcb0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 00001010
Octal 255 313 12
Decimal 173 203 10
Hex AD CB A

RGB Percentages of Color #adcb0a

%44.82
%52.59
%2.59

CMYK Percentages of Color #adcb0a

%15
%0
%95
%20

Triadic Colors of #adcb0a

#adcb0a #0aadcb #cb0aad

Analogous Colors of #adcb0a

#adcb0a #4ccb0a #cb890a

Monochromatic Colors of #adcb0a

#adcb0a

Complementary Color

#adcb0a #280acb

#adcb0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcb0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcb0a Color CSS Codes

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

#adcb0a Text Font Color

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

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


#adcb0a Background Color

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

This div background color is #adcb0a


#adcb0a Border Color

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

This div border color is #adcb0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcb0a


Comments

No comments written yet.

Please login to write comment.