Color Hex Logo

#dccefa Color Hex

#DCCEFA
(220,206,250)
0 Favorites   0 Comments

Color spaces of #dccefa

RGB 220206250
HSL0.720.810.89
HSV259°18°98°
CMYK 0.120.180.00   0.02
XYZ68.841866.260499.6037
Yxy66.26040.29330.2823
Hunter Lab81.40058.5097-15.5684
CIE-Lab85.129113.1281-19.7885

#dccefa color RGB value is (220,206,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 11111010
Octal 334 316 372
Decimal 220 206 250
Hex DC CE FA

RGB Percentages of Color #dccefa

%32.54
%30.47
%36.98

CMYK Percentages of Color #dccefa

%12
%18
%0
%2

Triadic Colors of #dccefa

#dccefa #fadcce #cefadc

Analogous Colors of #dccefa

#dccefa #f2cefa #ced6fa

Monochromatic Colors of #dccefa

#dccefa

Complementary Color

#dccefa #ecface

#dccefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccefa Color CSS Codes

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

#dccefa Text Font Color

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

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


#dccefa Background Color

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

This div background color is #dccefa


#dccefa Border Color

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

This div border color is #dccefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccefa

#dccefa Color Palettes


Comments

No comments written yet.

Please login to write comment.