Color Hex Logo

#dfbef6 Color Hex

#DFBEF6
(223,190,246)
0 Favorites   0 Comments

Color spaces of #dfbef6

RGB 223190246
HSL0.760.760.85
HSV275°23°96°
CMYK 0.090.230.00   0.04
XYZ65.479459.168795.1583
Yxy59.16870.29790.2692
Hunter Lab76.921217.3366-19.5021
CIE-Lab81.384221.8367-23.3127

#dfbef6 color RGB value is (223,190,246).

#dfbef6 hex color red value is 223, green value is 190 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #dfbef6 hue: 0.76 , saturation: 0.76 and the lightness value of dfbef6 is 0.85.

The process color (four color CMYK) of #dfbef6 color hex is 0.09, 0.23, 0.00, 0.04. Web safe color of #dfbef6 is #ccccff. Color #dfbef6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 11110110
Octal 337 276 366
Decimal 223 190 246
Hex DF BE F6

RGB Percentages of Color #dfbef6

%33.84
%28.83
%37.33

CMYK Percentages of Color #dfbef6

%9
%23
%0
%4

Triadic Colors of #dfbef6

#dfbef6 #f6dfbe #bef6df

Analogous Colors of #dfbef6

#dfbef6 #f6bef1 #c3bef6

Monochromatic Colors of #dfbef6

#dfbef6

Complementary Color

#dfbef6 #d5f6be

#dfbef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbef6 Color CSS Codes

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

#dfbef6 Text Font Color

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

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


#dfbef6 Background Color

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

This div background color is #dfbef6


#dfbef6 Border Color

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

This div border color is #dfbef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbef6

Related Colors


Comments

No comments written yet.

Please login to write comment.