Color Hex Logo

#dadbfe Color Hex

#DADBFE
(218,219,254)
0 Favorites   0 Comments

Color spaces of #dadbfe

RGB 218219254
HSL0.660.950.93
HSV238°14°100°
CMYK 0.140.140.00   0.00
XYZ72.134472.7242104.0012
Yxy72.72420.28990.2922
Hunter Lab85.27851.7502-12.6121
CIE-Lab88.31606.4388-17.1100

#dadbfe color RGB value is (218,219,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 11111110
Octal 332 333 376
Decimal 218 219 254
Hex DA DB FE

RGB Percentages of Color #dadbfe

%31.55
%31.69
%36.76

CMYK Percentages of Color #dadbfe

%14
%14
%0
%0

Triadic Colors of #dadbfe

#dadbfe #fedadb #dbfeda

Analogous Colors of #dadbfe

#dadbfe #ebdafe #daedfe

Monochromatic Colors of #dadbfe

#dadbfe

Complementary Color

#dadbfe #fefdda

#dadbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadbfe Color CSS Codes

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

#dadbfe Text Font Color

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

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


#dadbfe Background Color

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

This div background color is #dadbfe


#dadbfe Border Color

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

This div border color is #dadbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadbfe


Comments

No comments written yet.

Please login to write comment.