Color Hex Logo

#dfbed2 Color Hex

#DFBED2
(223,190,210)
0 Favorites   0 Comments

Color spaces of #dfbed2

RGB 223190210
HSL0.900.340.81
HSV324°15°87°
CMYK 0.000.150.06   0.13
XYZ60.477757.168068.8198
Yxy57.16800.32430.3066
Hunter Lab75.609510.4599-1.0391
CIE-Lab80.274015.0792-5.6487

#dfbed2 color RGB value is (223,190,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 11010010
Octal 337 276 322
Decimal 223 190 210
Hex DF BE D2

RGB Percentages of Color #dfbed2

%35.79
%30.50
%33.71

CMYK Percentages of Color #dfbed2

%0
%15
%6
%13

Triadic Colors of #dfbed2

#dfbed2 #d2dfbe #bed2df

Analogous Colors of #dfbed2

#dfbed2 #dfbec2 #dcbedf

Monochromatic Colors of #dfbed2

#dfbed2

Complementary Color

#dfbed2 #bedfcb

#dfbed2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbed2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbed2 Color CSS Codes

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

#dfbed2 Text Font Color

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

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


#dfbed2 Background Color

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

This div background color is #dfbed2


#dfbed2 Border Color

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

This div border color is #dfbed2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbed2


Comments

No comments written yet.

Please login to write comment.