Color Hex Logo

#dfbbea Color Hex

#DFBBEA
(223,187,234)
0 Favorites   0 Comments

Color spaces of #dfbbea

RGB 223187234
HSL0.790.530.83
HSV286°20°92°
CMYK 0.050.200.00   0.08
XYZ63.053057.169185.5534
Yxy57.16910.30640.2778
Hunter Lab75.610316.5370-14.1598
CIE-Lab80.274621.0961-18.5628

#dfbbea color RGB value is (223,187,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 11101010
Octal 337 273 352
Decimal 223 187 234
Hex DF BB EA

RGB Percentages of Color #dfbbea

%34.63
%29.04
%36.34

CMYK Percentages of Color #dfbbea

%5
%20
%0
%8

Triadic Colors of #dfbbea

#dfbbea #eadfbb #bbeadf

Analogous Colors of #dfbbea

#dfbbea #eabbde #c8bbea

Monochromatic Colors of #dfbbea

#dfbbea

Complementary Color

#dfbbea #c6eabb

#dfbbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbbea Color CSS Codes

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

#dfbbea Text Font Color

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

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


#dfbbea Background Color

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

This div background color is #dfbbea


#dfbbea Border Color

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

This div border color is #dfbbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbbea


Comments

No comments written yet.

Please login to write comment.