Color Hex Logo

#adcb5e Color Hex

#ADCB5E
(173,203,94)
0 Favorites   0 Comments

Color spaces of #adcb5e

RGB 17320394
HSL0.210.510.58
HSV77°54°80°
CMYK 0.150.000.54   0.20
XYZ40.609952.404318.5643
Yxy52.40430.36400.4697
Hunter Lab72.3908-26.548735.4689
CIE-Lab77.5220-26.522750.3436

#adcb5e color RGB value is (173,203,94).

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

The process color (four color CMYK) of #adcb5e color hex is 0.15, 0.00, 0.54, 0.20. Web safe color of #adcb5e is #99cc66. Color #adcb5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 01011110
Octal 255 313 136
Decimal 173 203 94
Hex AD CB 5E

RGB Percentages of Color #adcb5e

%36.81
%43.19
%20.00

CMYK Percentages of Color #adcb5e

%15
%0
%54
%20

Triadic Colors of #adcb5e

#adcb5e #5eadcb #cb5ead

Analogous Colors of #adcb5e

#adcb5e #77cb5e #cbb35e

Monochromatic Colors of #adcb5e

#adcb5e

Complementary Color

#adcb5e #7c5ecb

#adcb5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcb5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcb5e Color CSS Codes

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

#adcb5e Text Font Color

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

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


#adcb5e Background Color

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

This div background color is #adcb5e


#adcb5e Border Color

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

This div border color is #adcb5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcb5e


Comments

No comments written yet.

Please login to write comment.