Color Hex Logo

#dadbfa Color Hex

#DADBFA
(218,219,250)
0 Favorites   0 Comments

Color spaces of #dadbfa

RGB 218219250
HSL0.660.760.92
HSV238°13°98°
CMYK 0.130.120.00   0.02
XYZ71.500372.4706100.6622
Yxy72.47060.29230.2962
Hunter Lab85.12970.9450-10.5171
CIE-Lab88.19465.6218-15.1884

#dadbfa color RGB value is (218,219,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 11111010
Octal 332 333 372
Decimal 218 219 250
Hex DA DB FA

RGB Percentages of Color #dadbfa

%31.73
%31.88
%36.39

CMYK Percentages of Color #dadbfa

%13
%12
%0
%2

Triadic Colors of #dadbfa

#dadbfa #fadadb #dbfada

Analogous Colors of #dadbfa

#dadbfa #e9dafa #daebfa

Monochromatic Colors of #dadbfa

#dadbfa

Complementary Color

#dadbfa #faf9da

#dadbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadbfa Color CSS Codes

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

#dadbfa Text Font Color

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

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


#dadbfa Background Color

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

This div background color is #dadbfa


#dadbfa Border Color

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

This div border color is #dadbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadbfa


Comments

No comments written yet.

Please login to write comment.