Color Hex Logo

#adaeae Color Hex

#ADAEAE
(173,174,174)
0 Favorites   0 Comments

Color spaces of #adaeae

RGB 173174174
HSL0.500.010.68
HSV180°68°
CMYK 0.010.000.00   0.32
XYZ40.009642.212346.0835
Yxy42.21230.31180.3290
Hunter Lab64.9710-3.77773.4257
CIE-Lab71.0170-0.3491-0.1321

#adaeae color RGB value is (173,174,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 10101110
Octal 255 256 256
Decimal 173 174 174
Hex AD AE AE

RGB Percentages of Color #adaeae

%33.21
%33.40
%33.40

CMYK Percentages of Color #adaeae

%1
%0
%0
%32

Triadic Colors of #adaeae

#adaeae #aeadae #aeaead

Monochromatic Colors of #adaeae

#adaeae

Complementary Color

#adaeae #aeadad

#adaeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaeae Color CSS Codes

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

#adaeae Text Font Color

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

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


#adaeae Background Color

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

This div background color is #adaeae


#adaeae Border Color

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

This div border color is #adaeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaeae


Comments

No comments written yet.

Please login to write comment.