Color Hex Logo

#adacee Color Hex

#ADACEE
(173,172,238)
0 Favorites   0 Comments

Color spaces of #adacee

RGB 173172238
HSL0.670.660.80
HSV241°28°93°
CMYK 0.270.280.00   0.07
XYZ47.418744.562386.9911
Yxy44.56230.26500.2490
Hunter Lab66.75509.9743-30.5347
CIE-Lab72.602714.6499-32.8182

#adacee color RGB value is (173,172,238).

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

The process color (four color CMYK) of #adacee color hex is 0.27, 0.28, 0.00, 0.07. Web safe color of #adacee is #9999ff. Color #adacee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 11101110
Octal 255 254 356
Decimal 173 172 238
Hex AD AC EE

RGB Percentages of Color #adacee

%29.67
%29.50
%40.82

CMYK Percentages of Color #adacee

%27
%28
%0
%7

Triadic Colors of #adacee

#adacee #eeadac #aceead

Analogous Colors of #adacee

#adacee #ceacee #acccee

Monochromatic Colors of #adacee

#adacee

Complementary Color

#adacee #edeeac

#adacee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adacee Color Preview on White Background

Lorem ipsum dolor sit amet.

#adacee Color CSS Codes

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

#adacee Text Font Color

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

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


#adacee Background Color

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

This div background color is #adacee


#adacee Border Color

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

This div border color is #adacee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adacee


Comments

No comments written yet.

Please login to write comment.