Color Hex Logo

#dfbcec Color Hex

#DFBCEC
(223,188,236)
0 Favorites   0 Comments

Color spaces of #dfbcec

RGB 223188236
HSL0.790.560.83
HSV284°20°93°
CMYK 0.060.200.00   0.07
XYZ63.555057.710587.1464
Yxy57.71050.30490.2769
Hunter Lab75.967416.3916-14.8376
CIE-Lab80.577620.9445-19.1789

#dfbcec color RGB value is (223,188,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 11101100
Octal 337 274 354
Decimal 223 188 236
Hex DF BC EC

RGB Percentages of Color #dfbcec

%34.47
%29.06
%36.48

CMYK Percentages of Color #dfbcec

%6
%20
%0
%7

Triadic Colors of #dfbcec

#dfbcec #ecdfbc #bcecdf

Analogous Colors of #dfbcec

#dfbcec #ecbce1 #c7bcec

Monochromatic Colors of #dfbcec

#dfbcec

Complementary Color

#dfbcec #c9ecbc

#dfbcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbcec Color CSS Codes

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

#dfbcec Text Font Color

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

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


#dfbcec Background Color

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

This div background color is #dfbcec


#dfbcec Border Color

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

This div border color is #dfbcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbcec


Comments

No comments written yet.

Please login to write comment.