Color Hex Logo

#dcceb3 Color Hex

#DCCEB3
(220,206,179)
0 Favorites   0 Comments

Color spaces of #dcceb3

RGB 220206179
HSL0.110.370.78
HSV40°19°86°
CMYK 0.000.060.19   0.14
XYZ59.723262.612951.5856
Yxy62.61290.34340.3600
Hunter Lab79.1283-3.749216.7373
CIE-Lab83.23830.506215.1861

#dcceb3 color RGB value is (220,206,179).

#dcceb3 hex color red value is 220, green value is 206 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #dcceb3 hue: 0.11 , saturation: 0.37 and the lightness value of dcceb3 is 0.78.

The process color (four color CMYK) of #dcceb3 color hex is 0.00, 0.06, 0.19, 0.14. Web safe color of #dcceb3 is #cccccc. Color #dcceb3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 10110011
Octal 334 316 263
Decimal 220 206 179
Hex DC CE B3

RGB Percentages of Color #dcceb3

%36.36
%34.05
%29.59

CMYK Percentages of Color #dcceb3

%0
%6
%19
%14

Triadic Colors of #dcceb3

#dcceb3 #b3dcce #ceb3dc

Analogous Colors of #dcceb3

#dcceb3 #d6dcb3 #dcbab3

Monochromatic Colors of #dcceb3

#dcceb3

Complementary Color

#dcceb3 #b3c1dc

#dcceb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcceb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcceb3 Color CSS Codes

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

#dcceb3 Text Font Color

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

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


#dcceb3 Background Color

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

This div background color is #dcceb3


#dcceb3 Border Color

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

This div border color is #dcceb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcceb3


Comments

No comments written yet.

Please login to write comment.