Color Hex Logo

#dacdfa Color Hex

#DACDFA
(218,205,250)
0 Favorites   0 Comments

Color spaces of #dacdfa

RGB 218205250
HSL0.710.820.89
HSV257°18°98°
CMYK 0.130.180.00   0.02
XYZ68.000165.470299.4955
Yxy65.47020.29190.2810
Hunter Lab80.91378.4131-16.2664
CIE-Lab84.725413.0303-20.4141

#dacdfa color RGB value is (218,205,250).

#dacdfa hex color red value is 218, green value is 205 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dacdfa hue: 0.71 , saturation: 0.82 and the lightness value of dacdfa is 0.89.

The process color (four color CMYK) of #dacdfa color hex is 0.13, 0.18, 0.00, 0.02. Web safe color of #dacdfa is #ccccff. Color #dacdfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001101 11111010
Octal 332 315 372
Decimal 218 205 250
Hex DA CD FA

RGB Percentages of Color #dacdfa

%32.39
%30.46
%37.15

CMYK Percentages of Color #dacdfa

%13
%18
%0
%2

Triadic Colors of #dacdfa

#dacdfa #fadacd #cdfada

Analogous Colors of #dacdfa

#dacdfa #f1cdfa #cdd7fa

Monochromatic Colors of #dacdfa

#dacdfa

Complementary Color

#dacdfa #edfacd

#dacdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacdfa Color CSS Codes

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

#dacdfa Text Font Color

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

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


#dacdfa Background Color

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

This div background color is #dacdfa


#dacdfa Border Color

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

This div border color is #dacdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.