Color Hex Logo

#dcdfeb Color Hex

#DCDFEB
(220,223,235)
0 Favorites   0 Comments

Color spaces of #dcdfeb

RGB 220223235
HSL0.630.270.89
HSV228°92°
CMYK 0.060.050.00   0.08
XYZ70.898373.989289.1419
Yxy73.98920.30290.3162
Hunter Lab86.0170-3.4036-1.2321
CIE-Lab88.91741.2266-6.2066

#dcdfeb color RGB value is (220,223,235).

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

The process color (four color CMYK) of #dcdfeb color hex is 0.06, 0.05, 0.00, 0.08. Web safe color of #dcdfeb is #ccccff. Color #dcdfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011111 11101011
Octal 334 337 353
Decimal 220 223 235
Hex DC DF EB

RGB Percentages of Color #dcdfeb

%32.45
%32.89
%34.66

CMYK Percentages of Color #dcdfeb

%6
%5
%0
%8

Triadic Colors of #dcdfeb

#dcdfeb #ebdcdf #dfebdc

Analogous Colors of #dcdfeb

#dcdfeb #e1dceb #dce7eb

Monochromatic Colors of #dcdfeb

#dcdfeb

Complementary Color

#dcdfeb #ebe8dc

#dcdfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdfeb Color CSS Codes

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

#dcdfeb Text Font Color

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

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


#dcdfeb Background Color

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

This div background color is #dcdfeb


#dcdfeb Border Color

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

This div border color is #dcdfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdfeb


Comments

No comments written yet.

Please login to write comment.