Color Hex Logo

#adcb1d Color Hex

#ADCB1D
(173,203,29)
0 Favorites   0 Comments

Color spaces of #adcb1d

RGB 17320329
HSL0.200.750.45
HSV70°86°80°
CMYK 0.150.000.86   0.20
XYZ38.811351.68489.0930
Yxy51.68480.38970.5190
Hunter Lab71.8921-29.447242.8254
CIE-Lab77.0920-30.313273.0831

#adcb1d color RGB value is (173,203,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 00011101
Octal 255 313 35
Decimal 173 203 29
Hex AD CB 1D

RGB Percentages of Color #adcb1d

%42.72
%50.12
%7.16

CMYK Percentages of Color #adcb1d

%15
%0
%86
%20

Triadic Colors of #adcb1d

#adcb1d #1dadcb #cb1dad

Analogous Colors of #adcb1d

#adcb1d #56cb1d #cb921d

Monochromatic Colors of #adcb1d

#adcb1d

Complementary Color

#adcb1d #3b1dcb

#adcb1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcb1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcb1d Color CSS Codes

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

#adcb1d Text Font Color

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

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


#adcb1d Background Color

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

This div background color is #adcb1d


#adcb1d Border Color

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

This div border color is #adcb1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcb1d


Comments

No comments written yet.

Please login to write comment.