Color Hex Logo

#dcdcef Color Hex

#DCDCEF
(220,220,239)
0 Favorites   0 Comments

Color spaces of #dcdcef

RGB 220220239
HSL0.670.370.90
HSV240°94°
CMYK 0.080.080.00   0.06
XYZ70.688472.634091.9554
Yxy72.63400.30040.3087
Hunter Lab85.2256-1.0921-4.3139
CIE-Lab88.27293.5567-9.2659

#dcdcef color RGB value is (220,220,239).

#dcdcef hex color red value is 220, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dcdcef hue: 0.67 , saturation: 0.37 and the lightness value of dcdcef is 0.90.

The process color (four color CMYK) of #dcdcef color hex is 0.08, 0.08, 0.00, 0.06. Web safe color of #dcdcef is #ccccff. Color #dcdcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011100 11101111
Octal 334 334 357
Decimal 220 220 239
Hex DC DC EF

RGB Percentages of Color #dcdcef

%32.40
%32.40
%35.20

CMYK Percentages of Color #dcdcef

%8
%8
%0
%6

Triadic Colors of #dcdcef

#dcdcef #efdcdc #dcefdc

Analogous Colors of #dcdcef

#dcdcef #e6dcef #dce6ef

Monochromatic Colors of #dcdcef

#dcdcef

Complementary Color

#dcdcef #efefdc

#dcdcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdcef Color CSS Codes

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

#dcdcef Text Font Color

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

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


#dcdcef Background Color

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

This div background color is #dcdcef


#dcdcef Border Color

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

This div border color is #dcdcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdcef

#dcdcef Color Palettes


Comments

No comments written yet.

Please login to write comment.