Color Hex Logo

#dfbdec Color Hex

#DFBDEC
(223,189,236)
0 Favorites   0 Comments

Color spaces of #dfbdec

RGB 223189236
HSL0.790.550.83
HSV283°20°93°
CMYK 0.060.200.00   0.07
XYZ63.769358.139387.2179
Yxy58.13930.30490.2780
Hunter Lab76.249115.8486-14.4447
CIE-Lab80.816220.4069-18.8183

#dfbdec color RGB value is (223,189,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 11101100
Octal 337 275 354
Decimal 223 189 236
Hex DF BD EC

RGB Percentages of Color #dfbdec

%34.41
%29.17
%36.42

CMYK Percentages of Color #dfbdec

%6
%20
%0
%7

Triadic Colors of #dfbdec

#dfbdec #ecdfbd #bdecdf

Analogous Colors of #dfbdec

#dfbdec #ecbde2 #c8bdec

Monochromatic Colors of #dfbdec

#dfbdec

Complementary Color

#dfbdec #caecbd

#dfbdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbdec Color CSS Codes

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

#dfbdec Text Font Color

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

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


#dfbdec Background Color

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

This div background color is #dfbdec


#dfbdec Border Color

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

This div border color is #dfbdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbdec


Comments

No comments written yet.

Please login to write comment.