Color Hex Logo

#dfbeed Color Hex

#DFBEED
(223,190,237)
0 Favorites   0 Comments

Color spaces of #dfbeed

RGB 223190237
HSL0.780.570.84
HSV282°20°93°
CMYK 0.060.200.00   0.07
XYZ64.130958.629388.0573
Yxy58.62930.30420.2781
Hunter Lab76.569815.5053-14.5863
CIE-Lab81.087420.0636-18.9446

#dfbeed color RGB value is (223,190,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 11101101
Octal 337 276 355
Decimal 223 190 237
Hex DF BE ED

RGB Percentages of Color #dfbeed

%34.31
%29.23
%36.46

CMYK Percentages of Color #dfbeed

%6
%20
%0
%7

Triadic Colors of #dfbeed

#dfbeed #eddfbe #beeddf

Analogous Colors of #dfbeed

#dfbeed #edbee4 #c8beed

Monochromatic Colors of #dfbeed

#dfbeed

Complementary Color

#dfbeed #ccedbe

#dfbeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbeed Color CSS Codes

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

#dfbeed Text Font Color

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

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


#dfbeed Background Color

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

This div background color is #dfbeed


#dfbeed Border Color

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

This div border color is #dfbeed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,190,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 #dfbeed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbeed


Comments

No comments written yet.

Please login to write comment.