Color Hex Logo

#dce7cb Color Hex

#DCE7CB
(220,231,203)
0 Favorites   0 Comments

Color spaces of #dce7cb

RGB 220231203
HSL0.230.370.85
HSV84°12°91°
CMYK 0.050.000.12   0.09
XYZ68.870676.679367.6706
Yxy76.67930.32300.3596
Hunter Lab87.5667-12.852815.4780
CIE-Lab90.1738-8.553912.3806

#dce7cb color RGB value is (220,231,203).

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

The process color (four color CMYK) of #dce7cb color hex is 0.05, 0.00, 0.12, 0.09. Web safe color of #dce7cb is #ccffcc. Color #dce7cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100111 11001011
Octal 334 347 313
Decimal 220 231 203
Hex DC E7 CB

RGB Percentages of Color #dce7cb

%33.64
%35.32
%31.04

CMYK Percentages of Color #dce7cb

%5
%0
%12
%9

Triadic Colors of #dce7cb

#dce7cb #cbdce7 #e7cbdc

Analogous Colors of #dce7cb

#dce7cb #cee7cb #e7e4cb

Monochromatic Colors of #dce7cb

#dce7cb

Complementary Color

#dce7cb #d6cbe7

#dce7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce7cb Color CSS Codes

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

#dce7cb Text Font Color

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

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


#dce7cb Background Color

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

This div background color is #dce7cb


#dce7cb Border Color

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

This div border color is #dce7cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,231,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 #dce7cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce7cb


Comments

No comments written yet.

Please login to write comment.