Color Hex Logo

#adc831 Color Hex

#ADC831
(173,200,49)
0 Favorites   0 Comments

Color spaces of #adc831

RGB 17320049
HSL0.200.610.49
HSV71°76°78°
CMYK 0.140.000.76   0.22
XYZ38.442250.414510.6106
Yxy50.41450.38650.5068
Hunter Lab71.0032-27.612940.8420
CIE-Lab76.3230-28.178267.1418

#adc831 color RGB value is (173,200,49).

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

The process color (four color CMYK) of #adc831 color hex is 0.14, 0.00, 0.76, 0.22. Web safe color of #adc831 is #99cc33. Color #adc831 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001000 00110001
Octal 255 310 61
Decimal 173 200 49
Hex AD C8 31

RGB Percentages of Color #adc831

%41.00
%47.39
%11.61

CMYK Percentages of Color #adc831

%14
%0
%76
%22

Triadic Colors of #adc831

#adc831 #31adc8 #c831ad

Analogous Colors of #adc831

#adc831 #62c831 #c89831

Monochromatic Colors of #adc831

#adc831

Complementary Color

#adc831 #4c31c8

#adc831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc831 Color CSS Codes

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

#adc831 Text Font Color

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

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


#adc831 Background Color

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

This div background color is #adc831


#adc831 Border Color

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

This div border color is #adc831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc831


Comments

No comments written yet.

Please login to write comment.