Color Hex Logo

#adadee Color Hex

#ADADEE
(173,173,238)
0 Favorites   0 Comments

Color spaces of #adadee

RGB 173173238
HSL0.670.660.81
HSV240°27°93°
CMYK 0.270.270.00   0.07
XYZ47.609844.944487.0548
Yxy44.94440.26510.2502
Hunter Lab67.04069.4432-30.0620
CIE-Lab72.855314.0935-32.4281

#adadee color RGB value is (173,173,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 11101110
Octal 255 255 356
Decimal 173 173 238
Hex AD AD EE

RGB Percentages of Color #adadee

%29.62
%29.62
%40.75

CMYK Percentages of Color #adadee

%27
%27
%0
%7

Triadic Colors of #adadee

#adadee #eeadad #adeead

Analogous Colors of #adadee

#adadee #ceadee #adceee

Monochromatic Colors of #adadee

#adadee

Complementary Color

#adadee #eeeead

#adadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#adadee Color CSS Codes

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

#adadee Text Font Color

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

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


#adadee Background Color

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

This div background color is #adadee


#adadee Border Color

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

This div border color is #adadee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,173,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 #adadee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adadee


Comments

No comments written yet.

Please login to write comment.