Color Hex Logo

#dfbaea Color Hex

#DFBAEA
(223,186,234)
0 Favorites   0 Comments

Color spaces of #dfbaea

RGB 223186234
HSL0.800.530.82
HSV286°21°92°
CMYK 0.050.210.00   0.08
XYZ62.841656.746385.4829
Yxy56.74630.30640.2767
Hunter Lab75.330117.0798-14.5498
CIE-Lab80.036721.6338-18.9223

#dfbaea color RGB value is (223,186,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 11101010
Octal 337 272 352
Decimal 223 186 234
Hex DF BA EA

RGB Percentages of Color #dfbaea

%34.68
%28.93
%36.39

CMYK Percentages of Color #dfbaea

%5
%21
%0
%8

Triadic Colors of #dfbaea

#dfbaea #eadfba #baeadf

Analogous Colors of #dfbaea

#dfbaea #eabadd #c7baea

Monochromatic Colors of #dfbaea

#dfbaea

Complementary Color

#dfbaea #c5eaba

#dfbaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbaea Color CSS Codes

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

#dfbaea Text Font Color

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

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


#dfbaea Background Color

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

This div background color is #dfbaea


#dfbaea Border Color

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

This div border color is #dfbaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbaea

#dfbaea Color Palettes


Comments

No comments written yet.

Please login to write comment.