Color Hex Logo

#dcebfd Color Hex

#DCEBFD
(220,235,253)
0 Favorites   0 Comments

Color spaces of #dcebfd

RGB 220235253
HSL0.590.890.93
HSV213°13°99°
CMYK 0.130.070.00   0.01
XYZ76.953281.7242104.6470
Yxy81.72420.29220.3104
Hunter Lab90.4014-6.2564-5.3520
CIE-Lab92.4530-1.4553-10.3841

#dcebfd color RGB value is (220,235,253).

#dcebfd hex color red value is 220, green value is 235 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dcebfd hue: 0.59 , saturation: 0.89 and the lightness value of dcebfd is 0.93.

The process color (four color CMYK) of #dcebfd color hex is 0.13, 0.07, 0.00, 0.01. Web safe color of #dcebfd is #ccffff. Color #dcebfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 11111101
Octal 334 353 375
Decimal 220 235 253
Hex DC EB FD

RGB Percentages of Color #dcebfd

%31.07
%33.19
%35.73

CMYK Percentages of Color #dcebfd

%13
%7
%0
%1

Triadic Colors of #dcebfd

#dcebfd #fddceb #ebfddc

Analogous Colors of #dcebfd

#dcebfd #dedcfd #dcfcfd

Monochromatic Colors of #dcebfd

#dcebfd

Complementary Color

#dcebfd #fdeedc

#dcebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcebfd Color CSS Codes

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

#dcebfd Text Font Color

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

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


#dcebfd Background Color

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

This div background color is #dcebfd


#dcebfd Border Color

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

This div border color is #dcebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcebfd


Comments

No comments written yet.

Please login to write comment.