Color Hex Logo

#dadff7 Color Hex

#DADFF7
(218,223,247)
0 Favorites   0 Comments

Color spaces of #dadff7

RGB 218223247
HSL0.640.640.91
HSV230°12°97°
CMYK 0.120.100.00   0.03
XYZ72.089674.396298.5561
Yxy74.39620.29420.3036
Hunter Lab86.2532-1.7546-7.3697
CIE-Lab89.10942.9246-12.2428

#dadff7 color RGB value is (218,223,247).

#dadff7 hex color red value is 218, green value is 223 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #dadff7 hue: 0.64 , saturation: 0.64 and the lightness value of dadff7 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011111 11110111
Octal 332 337 367
Decimal 218 223 247
Hex DA DF F7

RGB Percentages of Color #dadff7

%31.69
%32.41
%35.90

CMYK Percentages of Color #dadff7

%12
%10
%0
%3

Triadic Colors of #dadff7

#dadff7 #f7dadf #dff7da

Analogous Colors of #dadff7

#dadff7 #e4daf7 #daeef7

Monochromatic Colors of #dadff7

#dadff7

Complementary Color

#dadff7 #f7f2da

#dadff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadff7 Color CSS Codes

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

#dadff7 Text Font Color

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

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


#dadff7 Background Color

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

This div background color is #dadff7


#dadff7 Border Color

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

This div border color is #dadff7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadff7


Comments

No comments written yet.

Please login to write comment.