Color Hex Logo

#dcadee Color Hex

#DCADEE
(220,173,238)
0 Favorites   0 Comments

Color spaces of #dcadee

RGB 220173238
HSL0.790.660.81
HSV283°27°93°
CMYK 0.080.270.00   0.07
XYZ59.891451.275887.6295
Yxy51.27580.30130.2579
Hunter Lab71.607123.9829-22.4314
CIE-Lab76.845828.4618-25.9555

#dcadee color RGB value is (220,173,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 11101110
Octal 334 255 356
Decimal 220 173 238
Hex DC AD EE

RGB Percentages of Color #dcadee

%34.87
%27.42
%37.72

CMYK Percentages of Color #dcadee

%8
%27
%0
%7

Triadic Colors of #dcadee

#dcadee #eedcad #adeedc

Analogous Colors of #dcadee

#dcadee #eeade0 #bcadee

Monochromatic Colors of #dcadee

#dcadee

Complementary Color

#dcadee #bfeead

#dcadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcadee Color CSS Codes

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

#dcadee Text Font Color

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

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


#dcadee Background Color

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

This div background color is #dcadee


#dcadee Border Color

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

This div border color is #dcadee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcadee


Comments

No comments written yet.

Please login to write comment.