Color Hex Logo

#dcdcee Color Hex

#DCDCEE
(220,220,238)
0 Favorites   0 Comments

Color spaces of #dcdcee

RGB 220220238
HSL0.670.350.90
HSV240°93°
CMYK 0.080.080.00   0.07
XYZ70.541072.575191.1794
Yxy72.57510.30110.3098
Hunter Lab85.1910-1.2803-3.8240
CIE-Lab88.24473.3632-8.7812

#dcdcee color RGB value is (220,220,238).

#dcdcee hex color red value is 220, green value is 220 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dcdcee hue: 0.67 , saturation: 0.35 and the lightness value of dcdcee is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011100 11101110
Octal 334 334 356
Decimal 220 220 238
Hex DC DC EE

RGB Percentages of Color #dcdcee

%32.45
%32.45
%35.10

CMYK Percentages of Color #dcdcee

%8
%8
%0
%7

Triadic Colors of #dcdcee

#dcdcee #eedcdc #dceedc

Analogous Colors of #dcdcee

#dcdcee #e5dcee #dce5ee

Monochromatic Colors of #dcdcee

#dcdcee

Complementary Color

#dcdcee #eeeedc

#dcdcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdcee Color CSS Codes

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

#dcdcee Text Font Color

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

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


#dcdcee Background Color

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

This div background color is #dcdcee


#dcdcee Border Color

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

This div border color is #dcdcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdcee


Comments

No comments written yet.

Please login to write comment.