Color Hex Logo

#adadce Color Hex

#ADADCE
(173,173,206)
0 Favorites   0 Comments

Color spaces of #adadce

RGB 173173206
HSL0.670.250.74
HSV240°16°81°
CMYK 0.160.160.00   0.19
XYZ43.317743.227664.4532
Yxy43.22760.28690.2863
Hunter Lab65.74772.5458-12.0993
CIE-Lab71.70926.7231-16.7059

#adadce color RGB value is (173,173,206).

#adadce hex color red value is 173, green value is 173 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #adadce hue: 0.67 , saturation: 0.25 and the lightness value of adadce is 0.74.

The process color (four color CMYK) of #adadce color hex is 0.16, 0.16, 0.00, 0.19. Web safe color of #adadce is #9999cc. Color #adadce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 11001110
Octal 255 255 316
Decimal 173 173 206
Hex AD AD CE

RGB Percentages of Color #adadce

%31.34
%31.34
%37.32

CMYK Percentages of Color #adadce

%16
%16
%0
%19

Triadic Colors of #adadce

#adadce #ceadad #adcead

Analogous Colors of #adadce

#adadce #beadce #adbece

Monochromatic Colors of #adadce

#adadce

Complementary Color

#adadce #cecead

#adadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#adadce Color CSS Codes

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

#adadce Text Font Color

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

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


#adadce Background Color

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

This div background color is #adadce


#adadce Border Color

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

This div border color is #adadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adadce


Comments

No comments written yet.

Please login to write comment.