Color Hex Logo

#dadefd Color Hex

#DADEFD
(218,222,253)
0 Favorites   0 Comments

Color spaces of #dadefd

RGB 218222253
HSL0.650.900.92
HSV233°14°99°
CMYK 0.140.120.00   0.01
XYZ72.764374.2398103.4231
Yxy74.23980.29060.2965
Hunter Lab86.1625-0.0411-10.8536
CIE-Lab89.03574.6604-15.5035

#dadefd color RGB value is (218,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011110 11111101
Octal 332 336 375
Decimal 218 222 253
Hex DA DE FD

RGB Percentages of Color #dadefd

%31.46
%32.03
%36.51

CMYK Percentages of Color #dadefd

%14
%12
%0
%1

Triadic Colors of #dadefd

#dadefd #fddade #defdda

Analogous Colors of #dadefd

#dadefd #e8dafd #daf0fd

Monochromatic Colors of #dadefd

#dadefd

Complementary Color

#dadefd #fdf9da

#dadefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadefd Color CSS Codes

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

#dadefd Text Font Color

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

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


#dadefd Background Color

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

This div background color is #dadefd


#dadefd Border Color

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

This div border color is #dadefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadefd


Comments

No comments written yet.

Please login to write comment.