Color Hex Logo

#adcb29 Color Hex

#ADCB29
(173,203,41)
0 Favorites   0 Comments

Color spaces of #adcb29

RGB 17320341
HSL0.200.660.48
HSV71°80°80°
CMYK 0.150.000.80   0.20
XYZ38.989851.756210.0328
Yxy51.75620.38690.5136
Hunter Lab71.9418-29.157742.0908
CIE-Lab77.1348-29.930170.2434

#adcb29 color RGB value is (173,203,41).

#adcb29 hex color red value is 173, green value is 203 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #adcb29 hue: 0.20 , saturation: 0.66 and the lightness value of adcb29 is 0.48.

The process color (four color CMYK) of #adcb29 color hex is 0.15, 0.00, 0.80, 0.20. Web safe color of #adcb29 is #99cc33. Color #adcb29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 00101001
Octal 255 313 51
Decimal 173 203 41
Hex AD CB 29

RGB Percentages of Color #adcb29

%41.49
%48.68
%9.83

CMYK Percentages of Color #adcb29

%15
%0
%80
%20

Triadic Colors of #adcb29

#adcb29 #29adcb #cb29ad

Analogous Colors of #adcb29

#adcb29 #5ccb29 #cb9829

Monochromatic Colors of #adcb29

#adcb29

Complementary Color

#adcb29 #4729cb

#adcb29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcb29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcb29 Color CSS Codes

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

#adcb29 Text Font Color

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

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


#adcb29 Background Color

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

This div background color is #adcb29


#adcb29 Border Color

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

This div border color is #adcb29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcb29


Comments

No comments written yet.

Please login to write comment.