Color Hex Logo

#dadcec Color Hex

#DADCEC
(218,220,236)
0 Favorites   0 Comments

Color spaces of #dadcec

RGB 218220236
HSL0.650.320.89
HSV233°93°
CMYK 0.080.070.00   0.07
XYZ69.647072.148089.6120
Yxy72.14800.30100.3118
Hunter Lab84.9400-2.2829-3.0932
CIE-Lab88.03982.3258-8.0480

#dadcec color RGB value is (218,220,236).

#dadcec hex color red value is 218, green value is 220 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dadcec hue: 0.65 , saturation: 0.32 and the lightness value of dadcec is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011100 11101100
Octal 332 334 354
Decimal 218 220 236
Hex DA DC EC

RGB Percentages of Color #dadcec

%32.34
%32.64
%35.01

CMYK Percentages of Color #dadcec

%8
%7
%0
%7

Triadic Colors of #dadcec

#dadcec #ecdadc #dcecda

Analogous Colors of #dadcec

#dadcec #e1daec #dae5ec

Monochromatic Colors of #dadcec

#dadcec

Complementary Color

#dadcec #eceada

#dadcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadcec Color CSS Codes

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

#dadcec Text Font Color

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

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


#dadcec Background Color

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

This div background color is #dadcec


#dadcec Border Color

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

This div border color is #dadcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadcec


Comments

No comments written yet.

Please login to write comment.