Color Hex Logo

#dedafd Color Hex

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

Color spaces of #dedafd

RGB 222218253
HSL0.690.900.92
HSV247°14°99°
CMYK 0.120.140.00   0.01
XYZ72.925272.7643103.1298
Yxy72.76430.29310.2924
Hunter Lab85.30203.3223-11.9700
CIE-Lab88.33528.0168-16.5253

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

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

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

Base Numbers

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

RGB Percentages of Color #dedafd

%32.03
%31.46
%36.51

CMYK Percentages of Color #dedafd

%12
%14
%0
%1

Triadic Colors of #dedafd

#dedafd #fddeda #dafdde

Analogous Colors of #dedafd

#dedafd #f0dafd #dae8fd

Monochromatic Colors of #dedafd

#dedafd

Complementary Color

#dedafd #f9fdda

#dedafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedafd Color CSS Codes

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

#dedafd Text Font Color

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

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


#dedafd Background Color

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

This div background color is #dedafd


#dedafd Border Color

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

This div border color is #dedafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedafd

Related Colors


Comments

No comments written yet.

Please login to write comment.