Color Hex Logo

#dcadfb Color Hex

#DCADFB
(220,173,251)
0 Favorites   0 Comments

Color spaces of #dcadfb

RGB 220173251
HSL0.770.910.83
HSV276°31°98°
CMYK 0.120.310.00   0.02
XYZ61.871452.067898.0559
Yxy52.06780.29190.2456
Hunter Lab72.158026.7771-30.0589
CIE-Lab77.321431.0845-32.2392

#dcadfb color RGB value is (220,173,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 11111011
Octal 334 255 373
Decimal 220 173 251
Hex DC AD FB

RGB Percentages of Color #dcadfb

%34.16
%26.86
%38.98

CMYK Percentages of Color #dcadfb

%12
%31
%0
%2

Triadic Colors of #dcadfb

#dcadfb #fbdcad #adfbdc

Analogous Colors of #dcadfb

#dcadfb #fbadf3 #b5adfb

Monochromatic Colors of #dcadfb

#dcadfb

Complementary Color

#dcadfb #ccfbad

#dcadfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcadfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcadfb Color CSS Codes

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

#dcadfb Text Font Color

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

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


#dcadfb Background Color

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

This div background color is #dcadfb


#dcadfb Border Color

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

This div border color is #dcadfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcadfb


Comments

No comments written yet.

Please login to write comment.