Color Hex Logo

#dce6cb Color Hex

#DCE6CB
(220,230,203)
0 Favorites   0 Comments

Color spaces of #dce6cb

RGB 220230203
HSL0.230.350.85
HSV82°12°90°
CMYK 0.040.000.12   0.10
XYZ68.591576.121167.5776
Yxy76.12110.32310.3586
Hunter Lab87.2474-12.351215.1500
CIE-Lab89.9155-8.048112.0136

#dce6cb color RGB value is (220,230,203).

#dce6cb hex color red value is 220, green value is 230 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dce6cb hue: 0.23 , saturation: 0.35 and the lightness value of dce6cb is 0.85.

The process color (four color CMYK) of #dce6cb color hex is 0.04, 0.00, 0.12, 0.10. Web safe color of #dce6cb is #ccffcc. Color #dce6cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 11001011
Octal 334 346 313
Decimal 220 230 203
Hex DC E6 CB

RGB Percentages of Color #dce6cb

%33.69
%35.22
%31.09

CMYK Percentages of Color #dce6cb

%4
%0
%12
%10

Triadic Colors of #dce6cb

#dce6cb #cbdce6 #e6cbdc

Analogous Colors of #dce6cb

#dce6cb #cfe6cb #e6e3cb

Monochromatic Colors of #dce6cb

#dce6cb

Complementary Color

#dce6cb #d5cbe6

#dce6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce6cb Color CSS Codes

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

#dce6cb Text Font Color

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

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


#dce6cb Background Color

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

This div background color is #dce6cb


#dce6cb Border Color

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

This div border color is #dce6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce6cb


Comments

No comments written yet.

Please login to write comment.