Color Hex Logo

#dfbed6 Color Hex

#DFBED6
(223,190,214)
0 Favorites   0 Comments

Color spaces of #dfbed6

RGB 223190214
HSL0.880.340.81
HSV316°15°87°
CMYK 0.000.150.04   0.13
XYZ60.982557.369971.4777
Yxy57.36990.32120.3022
Hunter Lab75.742911.1647-2.9312
CIE-Lab80.387215.7845-7.6353

#dfbed6 color RGB value is (223,190,214).

#dfbed6 hex color red value is 223, green value is 190 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #dfbed6 hue: 0.88 , saturation: 0.34 and the lightness value of dfbed6 is 0.81.

The process color (four color CMYK) of #dfbed6 color hex is 0.00, 0.15, 0.04, 0.13. Web safe color of #dfbed6 is #cccccc. Color #dfbed6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 11010110
Octal 337 276 326
Decimal 223 190 214
Hex DF BE D6

RGB Percentages of Color #dfbed6

%35.57
%30.30
%34.13

CMYK Percentages of Color #dfbed6

%0
%15
%4
%13

Triadic Colors of #dfbed6

#dfbed6 #d6dfbe #bed6df

Analogous Colors of #dfbed6

#dfbed6 #dfbec6 #d8bedf

Monochromatic Colors of #dfbed6

#dfbed6

Complementary Color

#dfbed6 #bedfc7

#dfbed6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbed6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbed6 Color CSS Codes

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

#dfbed6 Text Font Color

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

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


#dfbed6 Background Color

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

This div background color is #dfbed6


#dfbed6 Border Color

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

This div border color is #dfbed6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,190,214, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfbed6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbed6


Comments

No comments written yet.

Please login to write comment.