Color Hex Logo

#ddaceb Color Hex

#DDACEB
(221,172,235)
0 Favorites   0 Comments

Color spaces of #ddaceb

RGB 221172235
HSL0.800.610.80
HSV287°27°92°
CMYK 0.060.270.00   0.08
XYZ59.566750.875485.2777
Yxy50.87540.30430.2599
Hunter Lab71.327024.2469-20.9575
CIE-Lab76.603528.7301-24.6939

#ddaceb color RGB value is (221,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 11101011
Octal 335 254 353
Decimal 221 172 235
Hex DD AC EB

RGB Percentages of Color #ddaceb

%35.19
%27.39
%37.42

CMYK Percentages of Color #ddaceb

%6
%27
%0
%8

Triadic Colors of #ddaceb

#ddaceb #ebddac #acebdd

Analogous Colors of #ddaceb

#ddaceb #ebacda #beaceb

Monochromatic Colors of #ddaceb

#ddaceb

Complementary Color

#ddaceb #baebac

#ddaceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaceb Color CSS Codes

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

#ddaceb Text Font Color

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

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


#ddaceb Background Color

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

This div background color is #ddaceb


#ddaceb Border Color

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

This div border color is #ddaceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaceb


Comments

No comments written yet.

Please login to write comment.