Color Hex Logo

#dfbede Color Hex

#DFBEDE
(223,190,222)
0 Favorites   0 Comments

Color spaces of #dfbede

RGB 223190222
HSL0.840.340.81
HSV302°15°87°
CMYK 0.000.150.00   0.13
XYZ62.029757.788876.9923
Yxy57.78880.31520.2936
Hunter Lab76.018912.6187-6.8359
CIE-Lab80.621217.2302-11.5917

#dfbede color RGB value is (223,190,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 11011110
Octal 337 276 336
Decimal 223 190 222
Hex DF BE DE

RGB Percentages of Color #dfbede

%35.12
%29.92
%34.96

CMYK Percentages of Color #dfbede

%0
%15
%0
%13

Triadic Colors of #dfbede

#dfbede #dedfbe #bededf

Analogous Colors of #dfbede

#dfbede #dfbece #d0bedf

Monochromatic Colors of #dfbede

#dfbede

Complementary Color

#dfbede #bedfbf

#dfbede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbede Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbede Color CSS Codes

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

#dfbede Text Font Color

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

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


#dfbede Background Color

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

This div background color is #dfbede


#dfbede Border Color

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

This div border color is #dfbede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbede


Comments

No comments written yet.

Please login to write comment.