Color Hex Logo

#dcbdec Color Hex

#DCBDEC
(220,189,236)
0 Favorites   0 Comments

Color spaces of #dcbdec

RGB 220189236
HSL0.780.550.83
HSV280°20°93°
CMYK 0.070.200.00   0.07
XYZ62.853157.667087.1750
Yxy57.66700.30260.2777
Hunter Lab75.938814.8482-14.9056
CIE-Lab80.553319.4336-19.2411

#dcbdec color RGB value is (220,189,236).

#dcbdec hex color red value is 220, green value is 189 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dcbdec hue: 0.78 , saturation: 0.55 and the lightness value of dcbdec is 0.83.

The process color (four color CMYK) of #dcbdec color hex is 0.07, 0.20, 0.00, 0.07. Web safe color of #dcbdec is #ccccff. Color #dcbdec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 11101100
Octal 334 275 354
Decimal 220 189 236
Hex DC BD EC

RGB Percentages of Color #dcbdec

%34.11
%29.30
%36.59

CMYK Percentages of Color #dcbdec

%7
%20
%0
%7

Triadic Colors of #dcbdec

#dcbdec #ecdcbd #bdecdc

Analogous Colors of #dcbdec

#dcbdec #ecbde5 #c5bdec

Monochromatic Colors of #dcbdec

#dcbdec

Complementary Color

#dcbdec #cdecbd

#dcbdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbdec Color CSS Codes

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

#dcbdec Text Font Color

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

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


#dcbdec Background Color

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

This div background color is #dcbdec


#dcbdec Border Color

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

This div border color is #dcbdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbdec


Comments

No comments written yet.

Please login to write comment.