Color Hex Logo

#dadcf6 Color Hex

#DADCF6
(218,220,246)
0 Favorites   0 Comments

Color spaces of #dadcf6

RGB 218220246
HSL0.650.610.91
HSV236°11°96°
CMYK 0.110.110.00   0.04
XYZ71.141272.745697.4805
Yxy72.74560.29470.3014
Hunter Lab85.2910-0.3726-8.0598
CIE-Lab88.32624.2919-12.8867

#dadcf6 color RGB value is (218,220,246).

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

The process color (four color CMYK) of #dadcf6 color hex is 0.11, 0.11, 0.00, 0.04. Web safe color of #dadcf6 is #ccccff. Color #dadcf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011100 11110110
Octal 332 334 366
Decimal 218 220 246
Hex DA DC F6

RGB Percentages of Color #dadcf6

%31.87
%32.16
%35.96

CMYK Percentages of Color #dadcf6

%11
%11
%0
%4

Triadic Colors of #dadcf6

#dadcf6 #f6dadc #dcf6da

Analogous Colors of #dadcf6

#dadcf6 #e6daf6 #daeaf6

Monochromatic Colors of #dadcf6

#dadcf6

Complementary Color

#dadcf6 #f6f4da

#dadcf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadcf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadcf6 Color CSS Codes

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

#dadcf6 Text Font Color

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

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


#dadcf6 Background Color

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

This div background color is #dadcf6


#dadcf6 Border Color

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

This div border color is #dadcf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadcf6

Related Colors


Comments

No comments written yet.

Please login to write comment.