Color Hex Logo

#dadefb Color Hex

#DADEFB
(218,222,251)
0 Favorites   0 Comments

Color spaces of #dadefb

RGB 218222251
HSL0.650.800.92
HSV233°13°98°
CMYK 0.130.120.00   0.02
XYZ72.447374.1130101.7536
Yxy74.11300.29180.2985
Hunter Lab86.0889-0.4406-9.8161
CIE-Lab88.97594.2532-14.5431

#dadefb color RGB value is (218,222,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011110 11111011
Octal 332 336 373
Decimal 218 222 251
Hex DA DE FB

RGB Percentages of Color #dadefb

%31.55
%32.13
%36.32

CMYK Percentages of Color #dadefb

%13
%12
%0
%2

Triadic Colors of #dadefb

#dadefb #fbdade #defbda

Analogous Colors of #dadefb

#dadefb #e7dafb #daeffb

Monochromatic Colors of #dadefb

#dadefb

Complementary Color

#dadefb #fbf7da

#dadefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadefb Color CSS Codes

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

#dadefb Text Font Color

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

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


#dadefb Background Color

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

This div background color is #dadefb


#dadefb Border Color

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

This div border color is #dadefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadefb

Related Colors


Comments

No comments written yet.

Please login to write comment.