Color Hex Logo

#dce5b9 Color Hex

#DCE5B9
(220,229,185)
0 Favorites   0 Comments

Color spaces of #dce5b9

RGB 220229185
HSL0.200.460.81
HSV72°19°90°
CMYK 0.040.000.19   0.10
XYZ66.291574.757056.8346
Yxy74.75700.33500.3778
Hunter Lab86.4621-14.450721.5501
CIE-Lab89.2790-10.374620.4828

#dce5b9 color RGB value is (220,229,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100101 10111001
Octal 334 345 271
Decimal 220 229 185
Hex DC E5 B9

RGB Percentages of Color #dce5b9

%34.70
%36.12
%29.18

CMYK Percentages of Color #dce5b9

%4
%0
%19
%10

Triadic Colors of #dce5b9

#dce5b9 #b9dce5 #e5b9dc

Analogous Colors of #dce5b9

#dce5b9 #c6e5b9 #e5d8b9

Monochromatic Colors of #dce5b9

#dce5b9

Complementary Color

#dce5b9 #c2b9e5

#dce5b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce5b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce5b9 Color CSS Codes

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

#dce5b9 Text Font Color

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

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


#dce5b9 Background Color

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

This div background color is #dce5b9


#dce5b9 Border Color

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

This div border color is #dce5b9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce5b9


Comments

No comments written yet.

Please login to write comment.