Color Hex Logo

#dfbbef Color Hex

#DFBBEF
(223,187,239)
0 Favorites   0 Comments

Color spaces of #dfbbef

RGB 223187239
HSL0.780.620.84
HSV282°22°94°
CMYK 0.070.220.00   0.06
XYZ63.781757.460689.3907
Yxy57.46060.30280.2728
Hunter Lab75.802817.5380-16.8560
CIE-Lab80.438022.0655-21.0002

#dfbbef color RGB value is (223,187,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 11101111
Octal 337 273 357
Decimal 223 187 239
Hex DF BB EF

RGB Percentages of Color #dfbbef

%34.36
%28.81
%36.83

CMYK Percentages of Color #dfbbef

%7
%22
%0
%6

Triadic Colors of #dfbbef

#dfbbef #efdfbb #bbefdf

Analogous Colors of #dfbbef

#dfbbef #efbbe5 #c5bbef

Monochromatic Colors of #dfbbef

#dfbbef

Complementary Color

#dfbbef #cbefbb

#dfbbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbbef Color CSS Codes

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

#dfbbef Text Font Color

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

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


#dfbbef Background Color

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

This div background color is #dfbbef


#dfbbef Border Color

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

This div border color is #dfbbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbbef


Comments

No comments written yet.

Please login to write comment.