Color Hex Logo

#dadcee Color Hex

#DADCEE
(218,220,238)
1 Favorites   0 Comments

Color spaces of #dadcee

RGB 218220238
HSL0.650.370.89
HSV234°93°
CMYK 0.080.080.00   0.07
XYZ69.939372.264991.1512
Yxy72.26490.29970.3097
Hunter Lab85.0088-1.9079-4.0680
CIE-Lab88.09592.7135-9.0182

#dadcee color RGB value is (218,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011100 11101110
Octal 332 334 356
Decimal 218 220 238
Hex DA DC EE

RGB Percentages of Color #dadcee

%32.25
%32.54
%35.21

CMYK Percentages of Color #dadcee

%8
%8
%0
%7

Triadic Colors of #dadcee

#dadcee #eedadc #dceeda

Analogous Colors of #dadcee

#dadcee #e2daee #dae6ee

Monochromatic Colors of #dadcee

#dadcee

Complementary Color

#dadcee #eeecda

#dadcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadcee Color CSS Codes

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

#dadcee Text Font Color

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

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


#dadcee Background Color

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

This div background color is #dadcee


#dadcee Border Color

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

This div border color is #dadcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadcee


Comments

No comments written yet.

Please login to write comment.