Color Hex Logo

#ddbca6 Color Hex

#DDBCA6
(221,188,166)
0 Favorites   0 Comments

Color spaces of #ddbca6

RGB 221188166
HSL0.070.450.76
HSV24°25°87°
CMYK 0.000.150.25   0.13
XYZ54.684954.091843.6349
Yxy54.09180.35880.3549
Hunter Lab73.54714.013616.3067
CIE-Lab78.51528.466015.5039

#ddbca6 color RGB value is (221,188,166).

#ddbca6 hex color red value is 221, green value is 188 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #ddbca6 hue: 0.07 , saturation: 0.45 and the lightness value of ddbca6 is 0.76.

The process color (four color CMYK) of #ddbca6 color hex is 0.00, 0.15, 0.25, 0.13. Web safe color of #ddbca6 is #cccc99. Color #ddbca6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 10100110
Octal 335 274 246
Decimal 221 188 166
Hex DD BC A6

RGB Percentages of Color #ddbca6

%38.43
%32.70
%28.87

CMYK Percentages of Color #ddbca6

%0
%15
%25
%13

Triadic Colors of #ddbca6

#ddbca6 #a6ddbc #bca6dd

Analogous Colors of #ddbca6

#ddbca6 #ddd8a6 #dda6ac

Monochromatic Colors of #ddbca6

#ddbca6

Complementary Color

#ddbca6 #a6c7dd

#ddbca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbca6 Color CSS Codes

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

#ddbca6 Text Font Color

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

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


#ddbca6 Background Color

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

This div background color is #ddbca6


#ddbca6 Border Color

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

This div border color is #ddbca6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,188,166, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddbca6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddbca6;
  -webkit-box-shadow: 1px 1px 3px 2px #ddbca6;
  box-shadow:         1px 1px 3px 2px #ddbca6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,188,166, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbca6

#ddbca6 Color Palettes


Comments

No comments written yet.

Please login to write comment.