Color Hex Logo

#dcdaef Color Hex

#DCDAEF
(220,218,239)
0 Favorites   0 Comments

Color spaces of #dcdaef

RGB 220218239
HSL0.680.400.90
HSV246°94°
CMYK 0.080.090.00   0.06
XYZ70.166671.590491.7815
Yxy71.59040.30040.3065
Hunter Lab84.6111-0.0423-5.0868
CIE-Lab87.77114.6023-10.0118

#dcdaef color RGB value is (220,218,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 11101111
Octal 334 332 357
Decimal 220 218 239
Hex DC DA EF

RGB Percentages of Color #dcdaef

%32.50
%32.20
%35.30

CMYK Percentages of Color #dcdaef

%8
%9
%0
%6

Triadic Colors of #dcdaef

#dcdaef #efdcda #daefdc

Analogous Colors of #dcdaef

#dcdaef #e7daef #dae3ef

Monochromatic Colors of #dcdaef

#dcdaef

Complementary Color

#dcdaef #edefda

#dcdaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdaef Color CSS Codes

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

#dcdaef Text Font Color

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

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


#dcdaef Background Color

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

This div background color is #dcdaef


#dcdaef Border Color

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

This div border color is #dcdaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdaef


Comments

No comments written yet.

Please login to write comment.