Color Hex Logo

#adcba8 Color Hex

#ADCBA8
(173,203,168)
0 Favorites   0 Comments

Color spaces of #adcba8

RGB 173203168
HSL0.310.250.73
HSV111°17°80°
CMYK 0.150.000.17   0.20
XYZ45.657454.423345.1441
Yxy54.42330.31440.3748
Hunter Lab73.7721-18.628115.3586
CIE-Lab78.7079-16.637414.1554

#adcba8 color RGB value is (173,203,168).

#adcba8 hex color red value is 173, green value is 203 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #adcba8 hue: 0.31 , saturation: 0.25 and the lightness value of adcba8 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 10101000
Octal 255 313 250
Decimal 173 203 168
Hex AD CB A8

RGB Percentages of Color #adcba8

%31.80
%37.32
%30.88

CMYK Percentages of Color #adcba8

%15
%0
%17
%20

Triadic Colors of #adcba8

#adcba8 #a8adcb #cba8ad

Analogous Colors of #adcba8

#adcba8 #a8cbb5 #bfcba8

Monochromatic Colors of #adcba8

#adcba8

Complementary Color

#adcba8 #c6a8cb

#adcba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcba8 Color CSS Codes

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

#adcba8 Text Font Color

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

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


#adcba8 Background Color

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

This div background color is #adcba8


#adcba8 Border Color

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

This div border color is #adcba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcba8


Comments

No comments written yet.

Please login to write comment.