Color Hex Logo

#dceefd Color Hex

#DCEEFD
(220,238,253)
0 Favorites   0 Comments

Color spaces of #dceefd

RGB 220238253
HSL0.580.890.93
HSV207°13°99°
CMYK 0.130.060.00   0.01
XYZ77.819483.4566104.9357
Yxy83.45660.29230.3135
Hunter Lab91.3546-7.8173-4.1561
CIE-Lab93.2140-2.9934-9.2534

#dceefd color RGB value is (220,238,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 11111101
Octal 334 356 375
Decimal 220 238 253
Hex DC EE FD

RGB Percentages of Color #dceefd

%30.94
%33.47
%35.58

CMYK Percentages of Color #dceefd

%13
%6
%0
%1

Triadic Colors of #dceefd

#dceefd #fddcee #eefddc

Analogous Colors of #dceefd

#dceefd #dcdefd #dcfdfc

Monochromatic Colors of #dceefd

#dceefd

Complementary Color

#dceefd #fdebdc

#dceefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceefd Color CSS Codes

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

#dceefd Text Font Color

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

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


#dceefd Background Color

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

This div background color is #dceefd


#dceefd Border Color

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

This div border color is #dceefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceefd

Related Colors


Comments

No comments written yet.

Please login to write comment.