Color Hex Logo

#dadbfb Color Hex

#DADBFB
(218,219,251)
0 Favorites   0 Comments

Color spaces of #dadbfb

RGB 218219251
HSL0.660.800.92
HSV238°13°98°
CMYK 0.130.130.00   0.02
XYZ71.657572.5335101.4904
Yxy72.53350.29170.2952
Hunter Lab85.16661.1448-11.0374
CIE-Lab88.22485.8249-15.6693

#dadbfb color RGB value is (218,219,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 11111011
Octal 332 333 373
Decimal 218 219 251
Hex DA DB FB

RGB Percentages of Color #dadbfb

%31.69
%31.83
%36.48

CMYK Percentages of Color #dadbfb

%13
%13
%0
%2

Triadic Colors of #dadbfb

#dadbfb #fbdadb #dbfbda

Analogous Colors of #dadbfb

#dadbfb #eadafb #daecfb

Monochromatic Colors of #dadbfb

#dadbfb

Complementary Color

#dadbfb #fbfada

#dadbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadbfb Color CSS Codes

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

#dadbfb Text Font Color

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

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


#dadbfb Background Color

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

This div background color is #dadbfb


#dadbfb Border Color

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

This div border color is #dadbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadbfb


Comments

No comments written yet.

Please login to write comment.