Color Hex Logo

#dadcf9 Color Hex

#DADCF9
(218,220,249)
0 Favorites   0 Comments

Color spaces of #dadcf9

RGB 218220249
HSL0.660.720.92
HSV236°12°98°
CMYK 0.120.120.00   0.02
XYZ71.605572.931499.9257
Yxy72.93140.29290.2983
Hunter Lab85.39990.2176-9.5948
CIE-Lab88.41504.8948-14.3321

#dadcf9 color RGB value is (218,220,249).

#dadcf9 hex color red value is 218, green value is 220 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #dadcf9 hue: 0.66 , saturation: 0.72 and the lightness value of dadcf9 is 0.92.

The process color (four color CMYK) of #dadcf9 color hex is 0.12, 0.12, 0.00, 0.02. Web safe color of #dadcf9 is #ccccff. Color #dadcf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011100 11111001
Octal 332 334 371
Decimal 218 220 249
Hex DA DC F9

RGB Percentages of Color #dadcf9

%31.73
%32.02
%36.24

CMYK Percentages of Color #dadcf9

%12
%12
%0
%2

Triadic Colors of #dadcf9

#dadcf9 #f9dadc #dcf9da

Analogous Colors of #dadcf9

#dadcf9 #e8daf9 #daecf9

Monochromatic Colors of #dadcf9

#dadcf9

Complementary Color

#dadcf9 #f9f7da

#dadcf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadcf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadcf9 Color CSS Codes

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

#dadcf9 Text Font Color

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

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


#dadcf9 Background Color

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

This div background color is #dadcf9


#dadcf9 Border Color

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

This div border color is #dadcf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadcf9


Comments

No comments written yet.

Please login to write comment.