Color Hex Logo

#dfbbeb Color Hex

#DFBBEB
(223,187,235)
0 Favorites   0 Comments

Color spaces of #dfbbeb

RGB 223187235
HSL0.790.550.83
HSV285°20°92°
CMYK 0.050.200.00   0.08
XYZ63.197157.226886.3123
Yxy57.22680.30570.2768
Hunter Lab75.648416.7352-14.6940
CIE-Lab80.307021.2885-19.0511

#dfbbeb color RGB value is (223,187,235).

#dfbbeb hex color red value is 223, green value is 187 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dfbbeb hue: 0.79 , saturation: 0.55 and the lightness value of dfbbeb is 0.83.

The process color (four color CMYK) of #dfbbeb color hex is 0.05, 0.20, 0.00, 0.08. Web safe color of #dfbbeb is #ccccff. Color #dfbbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 11101011
Octal 337 273 353
Decimal 223 187 235
Hex DF BB EB

RGB Percentages of Color #dfbbeb

%34.57
%28.99
%36.43

CMYK Percentages of Color #dfbbeb

%5
%20
%0
%8

Triadic Colors of #dfbbeb

#dfbbeb #ebdfbb #bbebdf

Analogous Colors of #dfbbeb

#dfbbeb #ebbbdf #c7bbeb

Monochromatic Colors of #dfbbeb

#dfbbeb

Complementary Color

#dfbbeb #c7ebbb

#dfbbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbbeb Color CSS Codes

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

#dfbbeb Text Font Color

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

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


#dfbbeb Background Color

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

This div background color is #dfbbeb


#dfbbeb Border Color

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

This div border color is #dfbbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbbeb


Comments

No comments written yet.

Please login to write comment.