Color Hex Logo

#dcadff Color Hex

#DCADFF
(220,173,255)
0 Favorites   0 Comments

Color spaces of #dcadff

RGB 220173255
HSL0.761.000.84
HSV274°32°100°
CMYK 0.140.320.00   0.00
XYZ62.508852.3228101.4125
Yxy52.32280.28910.2420
Hunter Lab72.334527.6677-32.4900
CIE-Lab77.473531.9119-34.1561

#dcadff color RGB value is (220,173,255).

#dcadff hex color red value is 220, green value is 173 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dcadff hue: 0.76 , saturation: 1.00 and the lightness value of dcadff is 0.84.

The process color (four color CMYK) of #dcadff color hex is 0.14, 0.32, 0.00, 0.00. Web safe color of #dcadff is #cc99ff. Color #dcadff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 11111111
Octal 334 255 377
Decimal 220 173 255
Hex DC AD FF

RGB Percentages of Color #dcadff

%33.95
%26.70
%39.35

CMYK Percentages of Color #dcadff

%14
%32
%0
%0

Triadic Colors of #dcadff

#dcadff #ffdcad #adffdc

Analogous Colors of #dcadff

#dcadff #ffadf9 #b3adff

Monochromatic Colors of #dcadff

#dcadff

Complementary Color

#dcadff #d0ffad

#dcadff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcadff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcadff Color CSS Codes

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

#dcadff Text Font Color

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

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


#dcadff Background Color

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

This div background color is #dcadff


#dcadff Border Color

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

This div border color is #dcadff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcadff

Related Colors


Comments

No comments written yet.

Please login to write comment.