Color Hex Logo

#dfbaec Color Hex

#DFBAEC
(223,186,236)
0 Favorites   0 Comments

Color spaces of #dfbaec

RGB 223186236
HSL0.790.570.83
HSV284°21°93°
CMYK 0.060.210.00   0.07
XYZ63.130756.861987.0050
Yxy56.86190.30500.2747
Hunter Lab75.406817.4785-15.6245
CIE-Lab80.101922.0198-19.8986

#dfbaec color RGB value is (223,186,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 11101100
Octal 337 272 354
Decimal 223 186 236
Hex DF BA EC

RGB Percentages of Color #dfbaec

%34.57
%28.84
%36.59

CMYK Percentages of Color #dfbaec

%6
%21
%0
%7

Triadic Colors of #dfbaec

#dfbaec #ecdfba #baecdf

Analogous Colors of #dfbaec

#dfbaec #ecbae0 #c6baec

Monochromatic Colors of #dfbaec

#dfbaec

Complementary Color

#dfbaec #c7ecba

#dfbaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbaec Color CSS Codes

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

#dfbaec Text Font Color

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

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


#dfbaec Background Color

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

This div background color is #dfbaec


#dfbaec Border Color

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

This div border color is #dfbaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbaec


Comments

No comments written yet.

Please login to write comment.