Color Hex Logo

#adcb95 Color Hex

#ADCB95
(173,203,149)
0 Favorites   0 Comments

Color spaces of #adcb95

RGB 173203149
HSL0.260.340.69
HSV93°27°80°
CMYK 0.150.000.27   0.20
XYZ44.014353.766036.4919
Yxy53.76600.32780.4004
Hunter Lab73.3253-21.172721.8208
CIE-Lab78.3251-19.742223.7060

#adcb95 color RGB value is (173,203,149).

#adcb95 hex color red value is 173, green value is 203 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #adcb95 hue: 0.26 , saturation: 0.34 and the lightness value of adcb95 is 0.69.

The process color (four color CMYK) of #adcb95 color hex is 0.15, 0.00, 0.27, 0.20. Web safe color of #adcb95 is #99cc99. Color #adcb95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 10010101
Octal 255 313 225
Decimal 173 203 149
Hex AD CB 95

RGB Percentages of Color #adcb95

%32.95
%38.67
%28.38

CMYK Percentages of Color #adcb95

%15
%0
%27
%20

Triadic Colors of #adcb95

#adcb95 #95adcb #cb95ad

Analogous Colors of #adcb95

#adcb95 #95cb98 #c8cb95

Monochromatic Colors of #adcb95

#adcb95

Complementary Color

#adcb95 #b395cb

#adcb95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcb95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcb95 Color CSS Codes

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

#adcb95 Text Font Color

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

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


#adcb95 Background Color

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

This div background color is #adcb95


#adcb95 Border Color

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

This div border color is #adcb95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcb95


Comments

No comments written yet.

Please login to write comment.