Color Hex Logo

#dadaf7 Color Hex

#DADAF7
(218,218,247)
1 Favorites   0 Comments

Color spaces of #dadaf7

RGB 218218247
HSL0.670.640.91
HSV240°12°97°
CMYK 0.120.120.00   0.03
XYZ70.773371.763698.1173
Yxy71.76360.29410.2982
Hunter Lab84.71340.8783-9.3719
CIE-Lab87.85475.5406-14.1186

#dadaf7 color RGB value is (218,218,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011010 11110111
Octal 332 332 367
Decimal 218 218 247
Hex DA DA F7

RGB Percentages of Color #dadaf7

%31.92
%31.92
%36.16

CMYK Percentages of Color #dadaf7

%12
%12
%0
%3

Triadic Colors of #dadaf7

#dadaf7 #f7dada #daf7da

Analogous Colors of #dadaf7

#dadaf7 #e9daf7 #dae9f7

Monochromatic Colors of #dadaf7

#dadaf7

Complementary Color

#dadaf7 #f7f7da

#dadaf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadaf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadaf7 Color CSS Codes

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

#dadaf7 Text Font Color

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

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


#dadaf7 Background Color

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

This div background color is #dadaf7


#dadaf7 Border Color

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

This div border color is #dadaf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadaf7


Comments

No comments written yet.

Please login to write comment.