Color Hex Logo

#dfbaee Color Hex

#DFBAEE
(223,186,238)
0 Favorites   0 Comments

Color spaces of #dfbaee

RGB 223186238
HSL0.790.600.83
HSV283°22°93°
CMYK 0.060.220.00   0.07
XYZ63.422956.978888.5442
Yxy56.97880.30350.2727
Hunter Lab75.484317.8805-16.7090
CIE-Lab80.167722.4082-20.8732

#dfbaee color RGB value is (223,186,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 11101110
Octal 337 272 356
Decimal 223 186 238
Hex DF BA EE

RGB Percentages of Color #dfbaee

%34.47
%28.75
%36.79

CMYK Percentages of Color #dfbaee

%6
%22
%0
%7

Triadic Colors of #dfbaee

#dfbaee #eedfba #baeedf

Analogous Colors of #dfbaee

#dfbaee #eebae3 #c5baee

Monochromatic Colors of #dfbaee

#dfbaee

Complementary Color

#dfbaee #c9eeba

#dfbaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbaee Color CSS Codes

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

#dfbaee Text Font Color

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

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


#dfbaee Background Color

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

This div background color is #dfbaee


#dfbaee Border Color

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

This div border color is #dfbaee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,186,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 #dfbaee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbaee


Comments

No comments written yet.

Please login to write comment.