Color Hex Logo

#ddacec Color Hex

#DDACEC
(221,172,236)
0 Favorites   0 Comments

Color spaces of #ddacec

RGB 221172236
HSL0.790.630.80
HSV286°27°93°
CMYK 0.060.270.00   0.07
XYZ59.711650.933386.0409
Yxy50.93330.30360.2590
Hunter Lab71.367624.4536-21.5229
CIE-Lab76.638628.9254-25.1817

#ddacec color RGB value is (221,172,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 11101100
Octal 335 254 354
Decimal 221 172 236
Hex DD AC EC

RGB Percentages of Color #ddacec

%35.14
%27.34
%37.52

CMYK Percentages of Color #ddacec

%6
%27
%0
%7

Triadic Colors of #ddacec

#ddacec #ecddac #acecdd

Analogous Colors of #ddacec

#ddacec #ecacdb #bdacec

Monochromatic Colors of #ddacec

#ddacec

Complementary Color

#ddacec #bbecac

#ddacec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddacec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddacec Color CSS Codes

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

#ddacec Text Font Color

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

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


#ddacec Background Color

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

This div background color is #ddacec


#ddacec Border Color

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

This div border color is #ddacec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddacec


Comments

No comments written yet.

Please login to write comment.