Color Hex Logo

#dadbfd Color Hex

#DADBFD
(218,219,253)
0 Favorites   0 Comments

Color spaces of #dadbfd

RGB 218219253
HSL0.660.900.92
HSV238°14°99°
CMYK 0.140.130.00   0.01
XYZ71.974672.6603103.1599
Yxy72.66030.29050.2932
Hunter Lab85.24101.5475-12.0849
CIE-Lab88.28546.2335-16.6301

#dadbfd color RGB value is (218,219,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 11111101
Octal 332 333 375
Decimal 218 219 253
Hex DA DB FD

RGB Percentages of Color #dadbfd

%31.59
%31.74
%36.67

CMYK Percentages of Color #dadbfd

%14
%13
%0
%1

Triadic Colors of #dadbfd

#dadbfd #fddadb #dbfdda

Analogous Colors of #dadbfd

#dadbfd #ebdafd #daedfd

Monochromatic Colors of #dadbfd

#dadbfd

Complementary Color

#dadbfd #fdfcda

#dadbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadbfd Color CSS Codes

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

#dadbfd Text Font Color

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

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


#dadbfd Background Color

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

This div background color is #dadbfd


#dadbfd Border Color

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

This div border color is #dadbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadbfd


Comments

No comments written yet.

Please login to write comment.