Color Hex Logo

#ddbaeb Color Hex

#DDBAEB
(221,186,235)
0 Favorites   0 Comments

Color spaces of #ddbaeb

RGB 221186235
HSL0.790.550.83
HSV283°21°92°
CMYK 0.060.210.00   0.08
XYZ62.373156.488186.2131
Yxy56.48810.30410.2755
Hunter Lab75.158616.6073-15.3995
CIE-Lab79.890821.1774-19.6977

#ddbaeb color RGB value is (221,186,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 11101011
Octal 335 272 353
Decimal 221 186 235
Hex DD BA EB

RGB Percentages of Color #ddbaeb

%34.42
%28.97
%36.60

CMYK Percentages of Color #ddbaeb

%6
%21
%0
%8

Triadic Colors of #ddbaeb

#ddbaeb #ebddba #baebdd

Analogous Colors of #ddbaeb

#ddbaeb #ebbae1 #c5baeb

Monochromatic Colors of #ddbaeb

#ddbaeb

Complementary Color

#ddbaeb #c8ebba

#ddbaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbaeb Color CSS Codes

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

#ddbaeb Text Font Color

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

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


#ddbaeb Background Color

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

This div background color is #ddbaeb


#ddbaeb Border Color

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

This div border color is #ddbaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbaeb


Comments

No comments written yet.

Please login to write comment.