Color Hex Logo

#dfbeda Color Hex

#DFBEDA
(223,190,218)
0 Favorites   0 Comments

Color spaces of #dfbeda

RGB 223190218
HSL0.860.340.81
HSV309°15°87°
CMYK 0.000.150.02   0.13
XYZ61.499857.576874.2017
Yxy57.57680.31820.2979
Hunter Lab75.879411.8843-4.8635
CIE-Lab80.502916.5016-9.6164

#dfbeda color RGB value is (223,190,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 11011010
Octal 337 276 332
Decimal 223 190 218
Hex DF BE DA

RGB Percentages of Color #dfbeda

%35.34
%30.11
%34.55

CMYK Percentages of Color #dfbeda

%0
%15
%2
%13

Triadic Colors of #dfbeda

#dfbeda #dadfbe #bedadf

Analogous Colors of #dfbeda

#dfbeda #dfbeca #d4bedf

Monochromatic Colors of #dfbeda

#dfbeda

Complementary Color

#dfbeda #bedfc3

#dfbeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbeda Color CSS Codes

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

#dfbeda Text Font Color

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

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


#dfbeda Background Color

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

This div background color is #dfbeda


#dfbeda Border Color

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

This div border color is #dfbeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbeda


Comments

No comments written yet.

Please login to write comment.