Color Hex Logo

#adace7 Color Hex

#ADACE7
(173,172,231)
0 Favorites   0 Comments

Color spaces of #adace7

RGB 173172231
HSL0.670.550.79
HSV241°26°91°
CMYK 0.250.260.00   0.09
XYZ46.409944.158881.6787
Yxy44.15880.26940.2564
Hunter Lab66.45218.3726-26.3591
CIE-Lab72.334512.9738-29.4234

#adace7 color RGB value is (173,172,231).

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

The process color (four color CMYK) of #adace7 color hex is 0.25, 0.26, 0.00, 0.09. Web safe color of #adace7 is #9999ff. Color #adace7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 11100111
Octal 255 254 347
Decimal 173 172 231
Hex AD AC E7

RGB Percentages of Color #adace7

%30.03
%29.86
%40.10

CMYK Percentages of Color #adace7

%25
%26
%0
%9

Triadic Colors of #adace7

#adace7 #e7adac #ace7ad

Analogous Colors of #adace7

#adace7 #cbace7 #acc9e7

Monochromatic Colors of #adace7

#adace7

Complementary Color

#adace7 #e6e7ac

#adace7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adace7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adace7 Color CSS Codes

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

#adace7 Text Font Color

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

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


#adace7 Background Color

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

This div background color is #adace7


#adace7 Border Color

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

This div border color is #adace7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adace7


Comments

No comments written yet.

Please login to write comment.