Color Hex Logo

#dcdce5 Color Hex

#DCDCE5
(220,220,229)
0 Favorites   0 Comments

Color spaces of #dcdce5

RGB 220220229
HSL0.670.150.88
HSV240°90°
CMYK 0.040.040.00   0.10
XYZ69.251372.059284.3876
Yxy72.05920.30680.3193
Hunter Lab84.8877-2.93330.4807
CIE-Lab87.99711.6545-4.4061

#dcdce5 color RGB value is (220,220,229).

#dcdce5 hex color red value is 220, green value is 220 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #dcdce5 hue: 0.67 , saturation: 0.15 and the lightness value of dcdce5 is 0.88.

The process color (four color CMYK) of #dcdce5 color hex is 0.04, 0.04, 0.00, 0.10. Web safe color of #dcdce5 is #cccccc. Color #dcdce5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011100 11100101
Octal 334 334 345
Decimal 220 220 229
Hex DC DC E5

RGB Percentages of Color #dcdce5

%32.88
%32.88
%34.23

CMYK Percentages of Color #dcdce5

%4
%4
%0
%10

Triadic Colors of #dcdce5

#dcdce5 #e5dcdc #dce5dc

Analogous Colors of #dcdce5

#dcdce5 #e1dce5 #dce1e5

Monochromatic Colors of #dcdce5

#dcdce5

Complementary Color

#dcdce5 #e5e5dc

#dcdce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdce5 Color CSS Codes

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

#dcdce5 Text Font Color

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

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


#dcdce5 Background Color

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

This div background color is #dcdce5


#dcdce5 Border Color

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

This div border color is #dcdce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdce5

#dcdce5 Color Palettes


Comments

No comments written yet.

Please login to write comment.