Color Hex Logo

#adcb4c Color Hex

#ADCB4C
(173,203,76)
0 Favorites   0 Comments

Color spaces of #adcb4c

RGB 17320376
HSL0.210.550.55
HSV74°63°80°
CMYK 0.150.000.63   0.20
XYZ39.894052.117914.7946
Yxy52.11790.37350.4880
Hunter Lab72.1927-27.697438.3845
CIE-Lab77.3513-28.013158.1305

#adcb4c color RGB value is (173,203,76).

#adcb4c hex color red value is 173, green value is 203 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #adcb4c hue: 0.21 , saturation: 0.55 and the lightness value of adcb4c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 01001100
Octal 255 313 114
Decimal 173 203 76
Hex AD CB 4C

RGB Percentages of Color #adcb4c

%38.27
%44.91
%16.81

CMYK Percentages of Color #adcb4c

%15
%0
%63
%20

Triadic Colors of #adcb4c

#adcb4c #4cadcb #cb4cad

Analogous Colors of #adcb4c

#adcb4c #6ecb4c #cbaa4c

Monochromatic Colors of #adcb4c

#adcb4c

Complementary Color

#adcb4c #6a4ccb

#adcb4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcb4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcb4c Color CSS Codes

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

#adcb4c Text Font Color

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

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


#adcb4c Background Color

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

This div background color is #adcb4c


#adcb4c Border Color

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

This div border color is #adcb4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcb4c


Comments

No comments written yet.

Please login to write comment.