Color Hex Logo

#dce0be Color Hex

#DCE0BE
(220,224,190)
0 Favorites   0 Comments

Color spaces of #dce0be

RGB 220224190
HSL0.190.350.81
HSV67°15°88°
CMYK 0.020.000.15   0.12
XYZ65.465172.244759.2094
Yxy72.24470.33240.3669
Hunter Lab84.9969-11.262818.1960
CIE-Lab88.0862-7.083416.2139

#dce0be color RGB value is (220,224,190).

#dce0be hex color red value is 220, green value is 224 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dce0be hue: 0.19 , saturation: 0.35 and the lightness value of dce0be is 0.81.

The process color (four color CMYK) of #dce0be color hex is 0.02, 0.00, 0.15, 0.12. Web safe color of #dce0be is #cccccc. Color #dce0be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100000 10111110
Octal 334 340 276
Decimal 220 224 190
Hex DC E0 BE

RGB Percentages of Color #dce0be

%34.70
%35.33
%29.97

CMYK Percentages of Color #dce0be

%2
%0
%15
%12

Triadic Colors of #dce0be

#dce0be #bedce0 #e0bedc

Analogous Colors of #dce0be

#dce0be #cbe0be #e0d3be

Monochromatic Colors of #dce0be

#dce0be

Complementary Color

#dce0be #c2bee0

#dce0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce0be Color CSS Codes

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

#dce0be Text Font Color

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

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


#dce0be Background Color

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

This div background color is #dce0be


#dce0be Border Color

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

This div border color is #dce0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce0be


Comments

No comments written yet.

Please login to write comment.