Color Hex Logo

#dce9bd Color Hex

#DCE9BD
(220,233,189)
0 Favorites   0 Comments

Color spaces of #dce9bd

RGB 220233189
HSL0.220.500.83
HSV78°19°91°
CMYK 0.060.000.19   0.09
XYZ67.839477.167659.4634
Yxy77.16760.33180.3774
Hunter Lab87.8451-15.880221.3574
CIE-Lab90.3987-11.776019.9678

#dce9bd color RGB value is (220,233,189).

#dce9bd hex color red value is 220, green value is 233 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dce9bd hue: 0.22 , saturation: 0.50 and the lightness value of dce9bd is 0.83.

The process color (four color CMYK) of #dce9bd color hex is 0.06, 0.00, 0.19, 0.09. Web safe color of #dce9bd is #ccffcc. Color #dce9bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101001 10111101
Octal 334 351 275
Decimal 220 233 189
Hex DC E9 BD

RGB Percentages of Color #dce9bd

%34.27
%36.29
%29.44

CMYK Percentages of Color #dce9bd

%6
%0
%19
%9

Triadic Colors of #dce9bd

#dce9bd #bddce9 #e9bddc

Analogous Colors of #dce9bd

#dce9bd #c6e9bd #e9e0bd

Monochromatic Colors of #dce9bd

#dce9bd

Complementary Color

#dce9bd #cabde9

#dce9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce9bd Color CSS Codes

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

#dce9bd Text Font Color

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

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


#dce9bd Background Color

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

This div background color is #dce9bd


#dce9bd Border Color

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

This div border color is #dce9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce9bd


Comments

No comments written yet.

Please login to write comment.