Color Hex Logo

#dfb8ec Color Hex

#DFB8EC
(223,184,236)
0 Favorites   0 Comments

Color spaces of #dfb8ec

RGB 223184236
HSL0.790.580.82
HSV285°22°93°
CMYK 0.060.220.00   0.07
XYZ62.712256.025186.8655
Yxy56.02510.30500.2725
Hunter Lab74.849918.5670-16.4128
CIE-Lab79.628123.0958-20.6162

#dfb8ec color RGB value is (223,184,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 11101100
Octal 337 270 354
Decimal 223 184 236
Hex DF B8 EC

RGB Percentages of Color #dfb8ec

%34.68
%28.62
%36.70

CMYK Percentages of Color #dfb8ec

%6
%22
%0
%7

Triadic Colors of #dfb8ec

#dfb8ec #ecdfb8 #b8ecdf

Analogous Colors of #dfb8ec

#dfb8ec #ecb8df #c5b8ec

Monochromatic Colors of #dfb8ec

#dfb8ec

Complementary Color

#dfb8ec #c5ecb8

#dfb8ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb8ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb8ec Color CSS Codes

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

#dfb8ec Text Font Color

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

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


#dfb8ec Background Color

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

This div background color is #dfb8ec


#dfb8ec Border Color

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

This div border color is #dfb8ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb8ec


Comments

No comments written yet.

Please login to write comment.