Color Hex Logo

#dce6be Color Hex

#DCE6BE
(220,230,190)
0 Favorites   0 Comments

Color spaces of #dce6be

RGB 220230190
HSL0.210.440.82
HSV75°17°90°
CMYK 0.040.000.17   0.10
XYZ67.106375.527059.7565
Yxy75.52700.33160.3732
Hunter Lab86.9063-14.253920.0668
CIE-Lab89.6393-10.118018.3903

#dce6be color RGB value is (220,230,190).

#dce6be hex color red value is 220, green value is 230 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dce6be hue: 0.21 , saturation: 0.44 and the lightness value of dce6be is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 10111110
Octal 334 346 276
Decimal 220 230 190
Hex DC E6 BE

RGB Percentages of Color #dce6be

%34.38
%35.94
%29.69

CMYK Percentages of Color #dce6be

%4
%0
%17
%10

Triadic Colors of #dce6be

#dce6be #bedce6 #e6bedc

Analogous Colors of #dce6be

#dce6be #c8e6be #e6dcbe

Monochromatic Colors of #dce6be

#dce6be

Complementary Color

#dce6be #c8bee6

#dce6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce6be Color CSS Codes

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

#dce6be Text Font Color

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

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


#dce6be Background Color

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

This div background color is #dce6be


#dce6be Border Color

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

This div border color is #dce6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce6be


Comments

No comments written yet.

Please login to write comment.