Color Hex Logo

#dce6ef Color Hex

#DCE6EF
(220,230,239)
0 Favorites   0 Comments

Color spaces of #dce6ef

RGB 220230239
HSL0.580.370.90
HSV208°94°
CMYK 0.080.040.00   0.06
XYZ73.392078.041392.8567
Yxy78.04130.30040.3195
Hunter Lab88.3410-6.3023-0.4820
CIE-Lab90.7987-1.6274-5.5265

#dce6ef color RGB value is (220,230,239).

#dce6ef hex color red value is 220, green value is 230 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dce6ef hue: 0.58 , saturation: 0.37 and the lightness value of dce6ef is 0.90.

The process color (four color CMYK) of #dce6ef color hex is 0.08, 0.04, 0.00, 0.06. Web safe color of #dce6ef is #ccffff. Color #dce6ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 11101111
Octal 334 346 357
Decimal 220 230 239
Hex DC E6 EF

RGB Percentages of Color #dce6ef

%31.93
%33.38
%34.69

CMYK Percentages of Color #dce6ef

%8
%4
%0
%6

Triadic Colors of #dce6ef

#dce6ef #efdce6 #e6efdc

Analogous Colors of #dce6ef

#dce6ef #dcddef #dcefef

Monochromatic Colors of #dce6ef

#dce6ef

Complementary Color

#dce6ef #efe5dc

#dce6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce6ef Color CSS Codes

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

#dce6ef Text Font Color

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

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


#dce6ef Background Color

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

This div background color is #dce6ef


#dce6ef Border Color

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

This div border color is #dce6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce6ef


Comments

No comments written yet.

Please login to write comment.