Color Hex Logo

#dcceb0 Color Hex

#DCCEB0
(220,206,176)
0 Favorites   0 Comments

Color spaces of #dcceb0

RGB 220206176
HSL0.110.390.78
HSV41°20°86°
CMYK 0.000.060.20   0.14
XYZ59.423062.492850.0047
Yxy62.49280.34560.3635
Hunter Lab79.0524-4.164817.8327
CIE-Lab83.17480.061116.6859

#dcceb0 color RGB value is (220,206,176).

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

The process color (four color CMYK) of #dcceb0 color hex is 0.00, 0.06, 0.20, 0.14. Web safe color of #dcceb0 is #cccc99. Color #dcceb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 10110000
Octal 334 316 260
Decimal 220 206 176
Hex DC CE B0

RGB Percentages of Color #dcceb0

%36.54
%34.22
%29.24

CMYK Percentages of Color #dcceb0

%0
%6
%20
%14

Triadic Colors of #dcceb0

#dcceb0 #b0dcce #ceb0dc

Analogous Colors of #dcceb0

#dcceb0 #d4dcb0 #dcb8b0

Monochromatic Colors of #dcceb0

#dcceb0

Complementary Color

#dcceb0 #b0bedc

#dcceb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcceb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcceb0 Color CSS Codes

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

#dcceb0 Text Font Color

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

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


#dcceb0 Background Color

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

This div background color is #dcceb0


#dcceb0 Border Color

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

This div border color is #dcceb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcceb0


Comments

No comments written yet.

Please login to write comment.