Color Hex Logo

#dfbded Color Hex

#DFBDED
(223,189,237)
0 Favorites   0 Comments

Color spaces of #dfbded

RGB 223189237
HSL0.780.570.84
HSV283°20°93°
CMYK 0.060.200.00   0.07
XYZ63.915158.197687.9853
Yxy58.19760.30420.2770
Hunter Lab76.287416.0481-14.9804
CIE-Lab80.848520.6008-19.3057

#dfbded color RGB value is (223,189,237).

#dfbded hex color red value is 223, green value is 189 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dfbded hue: 0.78 , saturation: 0.57 and the lightness value of dfbded is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 11101101
Octal 337 275 355
Decimal 223 189 237
Hex DF BD ED

RGB Percentages of Color #dfbded

%34.36
%29.12
%36.52

CMYK Percentages of Color #dfbded

%6
%20
%0
%7

Triadic Colors of #dfbded

#dfbded #eddfbd #bdeddf

Analogous Colors of #dfbded

#dfbded #edbde3 #c7bded

Monochromatic Colors of #dfbded

#dfbded

Complementary Color

#dfbded #cbedbd

#dfbded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbded Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbded Color CSS Codes

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

#dfbded Text Font Color

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

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


#dfbded Background Color

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

This div background color is #dfbded


#dfbded Border Color

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

This div border color is #dfbded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbded


Comments

No comments written yet.

Please login to write comment.