Color Hex Logo

#dfb6ec Color Hex

#DFB6EC
(223,182,236)
0 Favorites   0 Comments

Color spaces of #dfb6ec

RGB 223182236
HSL0.790.590.82
HSV286°23°93°
CMYK 0.060.230.00   0.07
XYZ62.299755.200086.7280
Yxy55.20000.30510.2703
Hunter Lab74.296719.6576-17.2027
CIE-Lab79.156324.1728-21.3317

#dfb6ec color RGB value is (223,182,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110110 11101100
Octal 337 266 354
Decimal 223 182 236
Hex DF B6 EC

RGB Percentages of Color #dfb6ec

%34.79
%28.39
%36.82

CMYK Percentages of Color #dfb6ec

%6
%23
%0
%7

Triadic Colors of #dfb6ec

#dfb6ec #ecdfb6 #b6ecdf

Analogous Colors of #dfb6ec

#dfb6ec #ecb6de #c4b6ec

Monochromatic Colors of #dfb6ec

#dfb6ec

Complementary Color

#dfb6ec #c3ecb6

#dfb6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb6ec Color CSS Codes

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

#dfb6ec Text Font Color

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

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


#dfb6ec Background Color

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

This div background color is #dfb6ec


#dfb6ec Border Color

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

This div border color is #dfb6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb6ec


Comments

No comments written yet.

Please login to write comment.