Color Hex Logo

#dccbb4 Color Hex

#DCCBB4
(220,203,180)
0 Favorites   0 Comments

Color spaces of #dccbb4

RGB 220203180
HSL0.100.360.78
HSV35°18°86°
CMYK 0.000.080.18   0.14
XYZ59.109461.222851.8818
Yxy61.22280.34320.3555
Hunter Lab78.2450-2.082715.4582
CIE-Lab82.49842.223313.6126

#dccbb4 color RGB value is (220,203,180).

#dccbb4 hex color red value is 220, green value is 203 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #dccbb4 hue: 0.10 , saturation: 0.36 and the lightness value of dccbb4 is 0.78.

The process color (four color CMYK) of #dccbb4 color hex is 0.00, 0.08, 0.18, 0.14. Web safe color of #dccbb4 is #cccccc. Color #dccbb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 10110100
Octal 334 313 264
Decimal 220 203 180
Hex DC CB B4

RGB Percentages of Color #dccbb4

%36.48
%33.67
%29.85

CMYK Percentages of Color #dccbb4

%0
%8
%18
%14

Triadic Colors of #dccbb4

#dccbb4 #b4dccb #cbb4dc

Analogous Colors of #dccbb4

#dccbb4 #d9dcb4 #dcb7b4

Monochromatic Colors of #dccbb4

#dccbb4

Complementary Color

#dccbb4 #b4c5dc

#dccbb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccbb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccbb4 Color CSS Codes

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

#dccbb4 Text Font Color

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

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


#dccbb4 Background Color

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

This div background color is #dccbb4


#dccbb4 Border Color

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

This div border color is #dccbb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccbb4

#dccbb4 Color Palettes


Comments

No comments written yet.

Please login to write comment.