Color Hex Logo

#adaeac Color Hex

#ADAEAC
(173,174,172)
0 Favorites   0 Comments

Color spaces of #adaeac

RGB 173174172
HSL0.250.010.68
HSV90°68°
CMYK 0.010.000.01   0.32
XYZ39.816042.134945.0640
Yxy42.13490.31350.3317
Hunter Lab64.9114-4.10484.2766
CIE-Lab70.9638-0.72510.8918

#adaeac color RGB value is (173,174,172).

#adaeac hex color red value is 173, green value is 174 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #adaeac hue: 0.25 , saturation: 0.01 and the lightness value of adaeac is 0.68.

The process color (four color CMYK) of #adaeac color hex is 0.01, 0.00, 0.01, 0.32. Web safe color of #adaeac is #999999. Color #adaeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 10101100
Octal 255 256 254
Decimal 173 174 172
Hex AD AE AC

RGB Percentages of Color #adaeac

%33.33
%33.53
%33.14

CMYK Percentages of Color #adaeac

%1
%0
%1
%32

Triadic Colors of #adaeac

#adaeac #acadae #aeacad

Analogous Colors of #adaeac

#adaeac #acaeac #aeaeac

Monochromatic Colors of #adaeac

#adaeac

Complementary Color

#adaeac #adacae

#adaeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaeac Color CSS Codes

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

#adaeac Text Font Color

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

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


#adaeac Background Color

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

This div background color is #adaeac


#adaeac Border Color

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

This div border color is #adaeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaeac


Comments

No comments written yet.

Please login to write comment.