Color Hex Logo

#ddaafc Color Hex

#DDAAFC
(221,170,252)
0 Favorites   0 Comments

Color spaces of #ddaafc

RGB 221170252
HSL0.770.930.83
HSV277°33°99°
CMYK 0.120.330.00   0.01
XYZ61.764251.149998.7130
Yxy51.14990.29190.2417
Hunter Lab71.519228.9947-31.7705
CIE-Lab76.769733.2119-33.6207

#ddaafc color RGB value is (221,170,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 11111100
Octal 335 252 374
Decimal 221 170 252
Hex DD AA FC

RGB Percentages of Color #ddaafc

%34.37
%26.44
%39.19

CMYK Percentages of Color #ddaafc

%12
%33
%0
%1

Triadic Colors of #ddaafc

#ddaafc #fcddaa #aafcdd

Analogous Colors of #ddaafc

#ddaafc #fcaaf2 #b4aafc

Monochromatic Colors of #ddaafc

#ddaafc

Complementary Color

#ddaafc #c9fcaa

#ddaafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaafc Color CSS Codes

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

#ddaafc Text Font Color

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

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


#ddaafc Background Color

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

This div background color is #ddaafc


#ddaafc Border Color

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

This div border color is #ddaafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaafc


Comments

No comments written yet.

Please login to write comment.