Color Hex Logo

#adcbaa Color Hex

#ADCBAA
(173,203,170)
0 Favorites   0 Comments

Color spaces of #adcbaa

RGB 173203170
HSL0.320.240.73
HSV115°16°80°
CMYK 0.150.000.16   0.20
XYZ45.845254.498446.1332
Yxy54.49840.31300.3721
Hunter Lab73.8230-18.339214.6248
CIE-Lab78.7515-16.288913.1492

#adcbaa color RGB value is (173,203,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 10101010
Octal 255 313 252
Decimal 173 203 170
Hex AD CB AA

RGB Percentages of Color #adcbaa

%31.68
%37.18
%31.14

CMYK Percentages of Color #adcbaa

%15
%0
%16
%20

Triadic Colors of #adcbaa

#adcbaa #aaadcb #cbaaad

Analogous Colors of #adcbaa

#adcbaa #aacbb8 #becbaa

Monochromatic Colors of #adcbaa

#adcbaa

Complementary Color

#adcbaa #c8aacb

#adcbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcbaa Color CSS Codes

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

#adcbaa Text Font Color

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

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


#adcbaa Background Color

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

This div background color is #adcbaa


#adcbaa Border Color

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

This div border color is #adcbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcbaa


Comments

No comments written yet.

Please login to write comment.