Color Hex Logo

#dce5ba Color Hex

#DCE5BA
(220,229,186)
0 Favorites   0 Comments

Color spaces of #dce5ba

RGB 220229186
HSL0.200.450.81
HSV73°19°90°
CMYK 0.040.000.19   0.10
XYZ66.397474.799457.3926
Yxy74.79940.33430.3767
Hunter Lab86.4866-14.313921.1958
CIE-Lab89.2989-10.224419.9919

#dce5ba color RGB value is (220,229,186).

#dce5ba hex color red value is 220, green value is 229 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dce5ba hue: 0.20 , saturation: 0.45 and the lightness value of dce5ba is 0.81.

The process color (four color CMYK) of #dce5ba color hex is 0.04, 0.00, 0.19, 0.10. Web safe color of #dce5ba is #cccccc. Color #dce5ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100101 10111010
Octal 334 345 272
Decimal 220 229 186
Hex DC E5 BA

RGB Percentages of Color #dce5ba

%34.65
%36.06
%29.29

CMYK Percentages of Color #dce5ba

%4
%0
%19
%10

Triadic Colors of #dce5ba

#dce5ba #badce5 #e5badc

Analogous Colors of #dce5ba

#dce5ba #c7e5ba #e5d9ba

Monochromatic Colors of #dce5ba

#dce5ba

Complementary Color

#dce5ba #c3bae5

#dce5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce5ba Color CSS Codes

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

#dce5ba Text Font Color

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

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


#dce5ba Background Color

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

This div background color is #dce5ba


#dce5ba Border Color

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

This div border color is #dce5ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce5ba


Comments

No comments written yet.

Please login to write comment.