Color Hex Logo

#dcadfa Color Hex

#DCADFA
(220,173,250)
1 Favorites   0 Comments

Color spaces of #dcadfa

RGB 220173250
HSL0.770.890.83
HSV277°31°98°
CMYK 0.120.310.00   0.02
XYZ61.714152.004997.2277
Yxy52.00490.29260.2465
Hunter Lab72.114426.5565-29.4572
CIE-Lab77.283830.8790-31.7587

#dcadfa color RGB value is (220,173,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 11111010
Octal 334 255 372
Decimal 220 173 250
Hex DC AD FA

RGB Percentages of Color #dcadfa

%34.21
%26.91
%38.88

CMYK Percentages of Color #dcadfa

%12
%31
%0
%2

Triadic Colors of #dcadfa

#dcadfa #fadcad #adfadc

Analogous Colors of #dcadfa

#dcadfa #faadf2 #b6adfa

Monochromatic Colors of #dcadfa

#dcadfa

Complementary Color

#dcadfa #cbfaad

#dcadfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcadfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcadfa Color CSS Codes

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

#dcadfa Text Font Color

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

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


#dcadfa Background Color

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

This div background color is #dcadfa


#dcadfa Border Color

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

This div border color is #dcadfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcadfa

#dcadfa Color Palettes


Comments

No comments written yet.

Please login to write comment.