Color Hex Logo

#adc631 Color Hex

#ADC631
(173,198,49)
0 Favorites   0 Comments

Color spaces of #adc631

RGB 17319849
HSL0.190.600.48
HSV70°75°78°
CMYK 0.130.000.75   0.22
XYZ37.982049.494210.4572
Yxy49.49420.38780.5054
Hunter Lab70.3521-26.746940.4336
CIE-Lab75.7578-27.223366.6129

#adc631 color RGB value is (173,198,49).

#adc631 hex color red value is 173, green value is 198 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #adc631 hue: 0.19 , saturation: 0.60 and the lightness value of adc631 is 0.48.

The process color (four color CMYK) of #adc631 color hex is 0.13, 0.00, 0.75, 0.22. Web safe color of #adc631 is #99cc33. Color #adc631 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000110 00110001
Octal 255 306 61
Decimal 173 198 49
Hex AD C6 31

RGB Percentages of Color #adc631

%41.19
%47.14
%11.67

CMYK Percentages of Color #adc631

%13
%0
%75
%22

Triadic Colors of #adc631

#adc631 #31adc6 #c631ad

Analogous Colors of #adc631

#adc631 #63c631 #c69531

Monochromatic Colors of #adc631

#adc631

Complementary Color

#adc631 #4a31c6

#adc631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc631 Color CSS Codes

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

#adc631 Text Font Color

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

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


#adc631 Background Color

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

This div background color is #adc631


#adc631 Border Color

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

This div border color is #adc631


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc631


Comments

No comments written yet.

Please login to write comment.