Color Hex Logo

#dadbf5 Color Hex

#DADBF5
(218,219,245)
0 Favorites   0 Comments

Color spaces of #dadbf5

RGB 218219245
HSL0.660.570.91
HSV238°11°96°
CMYK 0.110.110.00   0.04
XYZ70.726472.161096.5870
Yxy72.16100.29530.3013
Hunter Lab84.9476-0.0414-7.9505
CIE-Lab88.04604.6156-12.7791

#dadbf5 color RGB value is (218,219,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 11110101
Octal 332 333 365
Decimal 218 219 245
Hex DA DB F5

RGB Percentages of Color #dadbf5

%31.96
%32.11
%35.92

CMYK Percentages of Color #dadbf5

%11
%11
%0
%4

Triadic Colors of #dadbf5

#dadbf5 #f5dadb #dbf5da

Analogous Colors of #dadbf5

#dadbf5 #e7daf5 #dae9f5

Monochromatic Colors of #dadbf5

#dadbf5

Complementary Color

#dadbf5 #f5f4da

#dadbf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadbf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadbf5 Color CSS Codes

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

#dadbf5 Text Font Color

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

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


#dadbf5 Background Color

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

This div background color is #dadbf5


#dadbf5 Border Color

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

This div border color is #dadbf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadbf5


Comments

No comments written yet.

Please login to write comment.