Color Hex Logo

#ddbaec Color Hex

#DDBAEC
(221,186,236)
0 Favorites   0 Comments

Color spaces of #ddbaec

RGB 221186236
HSL0.780.570.83
HSV282°21°93°
CMYK 0.060.210.00   0.07
XYZ62.518056.546186.9763
Yxy56.54610.30340.2744
Hunter Lab75.197116.8078-15.9394
CIE-Lab79.923621.3722-20.1855

#ddbaec color RGB value is (221,186,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 11101100
Octal 335 272 354
Decimal 221 186 236
Hex DD BA EC

RGB Percentages of Color #ddbaec

%34.37
%28.93
%36.70

CMYK Percentages of Color #ddbaec

%6
%21
%0
%7

Triadic Colors of #ddbaec

#ddbaec #ecddba #baecdd

Analogous Colors of #ddbaec

#ddbaec #ecbae2 #c4baec

Monochromatic Colors of #ddbaec

#ddbaec

Complementary Color

#ddbaec #c9ecba

#ddbaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbaec Color CSS Codes

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

#ddbaec Text Font Color

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

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


#ddbaec Background Color

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

This div background color is #ddbaec


#ddbaec Border Color

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

This div border color is #ddbaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbaec


Comments

No comments written yet.

Please login to write comment.