Color Hex Logo

#adc129 Color Hex

#ADC129
(173,193,41)
0 Favorites   0 Comments

Color spaces of #adc129

RGB 17319341
HSL0.190.650.46
HSV68°79°76°
CMYK 0.100.000.79   0.24
XYZ36.703847.18439.2708
Yxy47.18430.39400.5065
Hunter Lab68.6908-24.830540.0816
CIE-Lab74.3075-25.150767.7162

#adc129 color RGB value is (173,193,41).

#adc129 hex color red value is 173, green value is 193 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #adc129 hue: 0.19 , saturation: 0.65 and the lightness value of adc129 is 0.46.

The process color (four color CMYK) of #adc129 color hex is 0.10, 0.00, 0.79, 0.24. Web safe color of #adc129 is #99cc33. Color #adc129 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000001 00101001
Octal 255 301 51
Decimal 173 193 41
Hex AD C1 29

RGB Percentages of Color #adc129

%42.51
%47.42
%10.07

CMYK Percentages of Color #adc129

%10
%0
%79
%24

Triadic Colors of #adc129

#adc129 #29adc1 #c129ad

Analogous Colors of #adc129

#adc129 #61c129 #c18929

Monochromatic Colors of #adc129

#adc129

Complementary Color

#adc129 #3d29c1

#adc129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc129 Color CSS Codes

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

#adc129 Text Font Color

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

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


#adc129 Background Color

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

This div background color is #adc129


#adc129 Border Color

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

This div border color is #adc129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc129


Comments

No comments written yet.

Please login to write comment.