Color Hex Logo

#adace1 Color Hex

#ADACE1
(173,172,225)
0 Favorites   0 Comments

Color spaces of #adace1

RGB 173172225
HSL0.670.470.78
HSV241°24°88°
CMYK 0.230.240.00   0.12
XYZ45.576743.825577.2912
Yxy43.82550.27340.2629
Hunter Lab66.20087.0389-22.8820
CIE-Lab72.111711.5637-26.4936

#adace1 color RGB value is (173,172,225).

#adace1 hex color red value is 173, green value is 172 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #adace1 hue: 0.67 , saturation: 0.47 and the lightness value of adace1 is 0.78.

The process color (four color CMYK) of #adace1 color hex is 0.23, 0.24, 0.00, 0.12. Web safe color of #adace1 is #9999cc. Color #adace1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 11100001
Octal 255 254 341
Decimal 173 172 225
Hex AD AC E1

RGB Percentages of Color #adace1

%30.35
%30.18
%39.47

CMYK Percentages of Color #adace1

%23
%24
%0
%12

Triadic Colors of #adace1

#adace1 #e1adac #ace1ad

Analogous Colors of #adace1

#adace1 #c8ace1 #acc6e1

Monochromatic Colors of #adace1

#adace1

Complementary Color

#adace1 #e0e1ac

#adace1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adace1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adace1 Color CSS Codes

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

#adace1 Text Font Color

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

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


#adace1 Background Color

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

This div background color is #adace1


#adace1 Border Color

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

This div border color is #adace1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adace1


Comments

No comments written yet.

Please login to write comment.