Color Hex Logo

#dfbbee Color Hex

#DFBBEE
(223,187,238)
0 Favorites   0 Comments

Color spaces of #dfbbee

RGB 223187238
HSL0.780.600.83
HSV282°21°93°
CMYK 0.060.210.00   0.07
XYZ63.634457.401788.6147
Yxy57.40170.30350.2738
Hunter Lab75.763917.3360-16.3118
CIE-Lab80.405021.8703-20.5135

#dfbbee color RGB value is (223,187,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 11101110
Octal 337 273 356
Decimal 223 187 238
Hex DF BB EE

RGB Percentages of Color #dfbbee

%34.41
%28.86
%36.73

CMYK Percentages of Color #dfbbee

%6
%21
%0
%7

Triadic Colors of #dfbbee

#dfbbee #eedfbb #bbeedf

Analogous Colors of #dfbbee

#dfbbee #eebbe4 #c6bbee

Monochromatic Colors of #dfbbee

#dfbbee

Complementary Color

#dfbbee #caeebb

#dfbbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbbee Color CSS Codes

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

#dfbbee Text Font Color

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

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


#dfbbee Background Color

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

This div background color is #dfbbee


#dfbbee Border Color

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

This div border color is #dfbbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbbee


Comments

No comments written yet.

Please login to write comment.