Color Hex Logo

#ddadeb Color Hex

#DDADEB
(221,173,235)
0 Favorites   0 Comments

Color spaces of #ddadeb

RGB 221173235
HSL0.800.610.80
HSV286°26°92°
CMYK 0.060.260.00   0.08
XYZ59.757851.257585.3414
Yxy51.25750.30430.2610
Hunter Lab71.594323.6989-20.5584
CIE-Lab76.834728.1904-24.3411

#ddadeb color RGB value is (221,173,235).

#ddadeb hex color red value is 221, green value is 173 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ddadeb hue: 0.80 , saturation: 0.61 and the lightness value of ddadeb is 0.80.

The process color (four color CMYK) of #ddadeb color hex is 0.06, 0.26, 0.00, 0.08. Web safe color of #ddadeb is #cc99ff. Color #ddadeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 11101011
Octal 335 255 353
Decimal 221 173 235
Hex DD AD EB

RGB Percentages of Color #ddadeb

%35.14
%27.50
%37.36

CMYK Percentages of Color #ddadeb

%6
%26
%0
%8

Triadic Colors of #ddadeb

#ddadeb #ebddad #adebdd

Analogous Colors of #ddadeb

#ddadeb #ebadda #beadeb

Monochromatic Colors of #ddadeb

#ddadeb

Complementary Color

#ddadeb #bbebad

#ddadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddadeb Color CSS Codes

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

#ddadeb Text Font Color

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

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


#ddadeb Background Color

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

This div background color is #ddadeb


#ddadeb Border Color

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

This div border color is #ddadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddadeb


Comments

No comments written yet.

Please login to write comment.