Color Hex Logo

#adccaa Color Hex

#ADCCAA
(173,204,170)
0 Favorites   0 Comments

Color spaces of #adccaa

RGB 173204170
HSL0.320.250.73
HSV115°17°80°
CMYK 0.150.000.17   0.20
XYZ46.082154.972246.2121
Yxy54.97220.31290.3733
Hunter Lab74.1432-18.807914.9459
CIE-Lab79.0253-16.794813.5356

#adccaa color RGB value is (173,204,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 10101010
Octal 255 314 252
Decimal 173 204 170
Hex AD CC AA

RGB Percentages of Color #adccaa

%31.63
%37.29
%31.08

CMYK Percentages of Color #adccaa

%15
%0
%17
%20

Triadic Colors of #adccaa

#adccaa #aaadcc #ccaaad

Analogous Colors of #adccaa

#adccaa #aaccb8 #beccaa

Monochromatic Colors of #adccaa

#adccaa

Complementary Color

#adccaa #c9aacc

#adccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adccaa Color CSS Codes

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

#adccaa Text Font Color

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

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


#adccaa Background Color

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

This div background color is #adccaa


#adccaa Border Color

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

This div border color is #adccaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,204,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 #adccaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adccaa


Comments

No comments written yet.

Please login to write comment.