Color Hex Logo

#d6adee Color Hex

#D6ADEE
(214,173,238)
0 Favorites   0 Comments

Color spaces of #d6adee

RGB 214173238
HSL0.770.660.81
HSV278°27°93°
CMYK 0.100.270.00   0.07
XYZ58.107750.356387.5461
Yxy50.35630.29650.2569
Hunter Lab70.962221.9817-23.4726
CIE-Lab76.287426.5700-26.8592

#d6adee color RGB value is (214,173,238).

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

The process color (four color CMYK) of #d6adee color hex is 0.10, 0.27, 0.00, 0.07. Web safe color of #d6adee is #cc99ff. Color #d6adee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10101101 11101110
Octal 326 255 356
Decimal 214 173 238
Hex D6 AD EE

RGB Percentages of Color #d6adee

%34.24
%27.68
%38.08

CMYK Percentages of Color #d6adee

%10
%27
%0
%7

Triadic Colors of #d6adee

#d6adee #eed6ad #adeed6

Analogous Colors of #d6adee

#d6adee #eeade6 #b6adee

Monochromatic Colors of #d6adee

#d6adee

Complementary Color

#d6adee #c5eead

#d6adee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6adee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6adee Color CSS Codes

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

#d6adee Text Font Color

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

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


#d6adee Background Color

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

This div background color is #d6adee


#d6adee Border Color

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

This div border color is #d6adee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6adee


Comments

No comments written yet.

Please login to write comment.