Color Hex Logo

#ddadfc Color Hex

#DDADFC
(221,173,252)
0 Favorites   0 Comments

Color spaces of #ddadfc

RGB 221173252
HSL0.770.930.83
HSV276°31°99°
CMYK 0.120.310.00   0.01
XYZ62.333152.287698.9027
Yxy52.28760.29190.2449
Hunter Lab72.310227.3285-30.4772
CIE-Lab77.452531.5945-32.5675

#ddadfc color RGB value is (221,173,252).

#ddadfc hex color red value is 221, green value is 173 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ddadfc hue: 0.77 , saturation: 0.93 and the lightness value of ddadfc is 0.83.

The process color (four color CMYK) of #ddadfc color hex is 0.12, 0.31, 0.00, 0.01. Web safe color of #ddadfc is #cc99ff. Color #ddadfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 11111100
Octal 335 255 374
Decimal 221 173 252
Hex DD AD FC

RGB Percentages of Color #ddadfc

%34.21
%26.78
%39.01

CMYK Percentages of Color #ddadfc

%12
%31
%0
%1

Triadic Colors of #ddadfc

#ddadfc #fcddad #adfcdd

Analogous Colors of #ddadfc

#ddadfc #fcadf4 #b6adfc

Monochromatic Colors of #ddadfc

#ddadfc

Complementary Color

#ddadfc #ccfcad

#ddadfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddadfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddadfc Color CSS Codes

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

#ddadfc Text Font Color

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

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


#ddadfc Background Color

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

This div background color is #ddadfc


#ddadfc Border Color

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

This div border color is #ddadfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddadfc

Related Colors


Comments

No comments written yet.

Please login to write comment.