Color Hex Logo

#dcadec Color Hex

#DCADEC
(220,173,236)
0 Favorites   0 Comments

Color spaces of #dcadec

RGB 220173236
HSL0.790.620.80
HSV285°27°93°
CMYK 0.070.270.00   0.07
XYZ59.599151.158986.0903
Yxy51.15890.30280.2599
Hunter Lab71.525523.5669-21.2955
CIE-Lab76.775228.0676-24.9816

#dcadec color RGB value is (220,173,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 11101100
Octal 334 255 354
Decimal 220 173 236
Hex DC AD EC

RGB Percentages of Color #dcadec

%34.98
%27.50
%37.52

CMYK Percentages of Color #dcadec

%7
%27
%0
%7

Triadic Colors of #dcadec

#dcadec #ecdcad #adecdc

Analogous Colors of #dcadec

#dcadec #ecaddd #bdadec

Monochromatic Colors of #dcadec

#dcadec

Complementary Color

#dcadec #bdecad

#dcadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcadec Color CSS Codes

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

#dcadec Text Font Color

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

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


#dcadec Background Color

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

This div background color is #dcadec


#dcadec Border Color

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

This div border color is #dcadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcadec


Comments

No comments written yet.

Please login to write comment.