Color Hex Logo

#dadaec Color Hex

#DADAEC
(218,218,236)
0 Favorites   0 Comments

Color spaces of #dadaec

RGB 218218236
HSL0.670.320.89
HSV240°93°
CMYK 0.080.080.00   0.07
XYZ69.125271.104489.4381
Yxy71.10440.30100.3096
Hunter Lab84.3234-1.2383-3.8599
CIE-Lab87.53573.3700-8.7958

#dadaec color RGB value is (218,218,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011010 11101100
Octal 332 332 354
Decimal 218 218 236
Hex DA DA EC

RGB Percentages of Color #dadaec

%32.44
%32.44
%35.12

CMYK Percentages of Color #dadaec

%8
%8
%0
%7

Triadic Colors of #dadaec

#dadaec #ecdada #daecda

Analogous Colors of #dadaec

#dadaec #e3daec #dae3ec

Monochromatic Colors of #dadaec

#dadaec

Complementary Color

#dadaec #ececda

#dadaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadaec Color CSS Codes

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

#dadaec Text Font Color

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

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


#dadaec Background Color

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

This div background color is #dadaec


#dadaec Border Color

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

This div border color is #dadaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadaec


Comments

No comments written yet.

Please login to write comment.