Color Hex Logo

#adcb5f Color Hex

#ADCB5F
(173,203,95)
0 Favorites   0 Comments

Color spaces of #adcb5f

RGB 17320395
HSL0.210.510.58
HSV77°53°80°
CMYK 0.150.000.53   0.20
XYZ40.655152.422318.8022
Yxy52.42230.36340.4686
Hunter Lab72.4032-26.476335.2854
CIE-Lab77.5327-26.429249.8903

#adcb5f color RGB value is (173,203,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 01011111
Octal 255 313 137
Decimal 173 203 95
Hex AD CB 5F

RGB Percentages of Color #adcb5f

%36.73
%43.10
%20.17

CMYK Percentages of Color #adcb5f

%15
%0
%53
%20

Triadic Colors of #adcb5f

#adcb5f #5fadcb #cb5fad

Analogous Colors of #adcb5f

#adcb5f #77cb5f #cbb35f

Monochromatic Colors of #adcb5f

#adcb5f

Complementary Color

#adcb5f #7d5fcb

#adcb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcb5f Color CSS Codes

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

#adcb5f Text Font Color

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

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


#adcb5f Background Color

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

This div background color is #adcb5f


#adcb5f Border Color

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

This div border color is #adcb5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcb5f


Comments

No comments written yet.

Please login to write comment.