Color Hex Logo

#ddcafc Color Hex

#DDCAFC
(221,202,252)
0 Favorites   0 Comments

Color spaces of #ddcafc

RGB 221202252
HSL0.730.890.89
HSV263°20°99°
CMYK 0.120.200.00   0.01
XYZ68.510064.6415100.9616
Yxy64.64150.29260.2761
Hunter Lab80.399911.4027-18.1730
CIE-Lab84.298715.9848-22.0986

#ddcafc color RGB value is (221,202,252).

#ddcafc hex color red value is 221, green value is 202 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ddcafc hue: 0.73 , saturation: 0.89 and the lightness value of ddcafc is 0.89.

The process color (four color CMYK) of #ddcafc color hex is 0.12, 0.20, 0.00, 0.01. Web safe color of #ddcafc is #ccccff. Color #ddcafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 11111100
Octal 335 312 374
Decimal 221 202 252
Hex DD CA FC

RGB Percentages of Color #ddcafc

%32.74
%29.93
%37.33

CMYK Percentages of Color #ddcafc

%12
%20
%0
%1

Triadic Colors of #ddcafc

#ddcafc #fcddca #cafcdd

Analogous Colors of #ddcafc

#ddcafc #f6cafc #cad0fc

Monochromatic Colors of #ddcafc

#ddcafc

Complementary Color

#ddcafc #e9fcca

#ddcafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcafc Color CSS Codes

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

#ddcafc Text Font Color

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

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


#ddcafc Background Color

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

This div background color is #ddcafc


#ddcafc Border Color

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

This div border color is #ddcafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcafc


Comments

No comments written yet.

Please login to write comment.