Color Hex Logo

#ddbca0 Color Hex

#DDBCA0
(221,188,160)
0 Favorites   0 Comments

Color spaces of #ddbca0

RGB 221188160
HSL0.080.470.75
HSV28°28°87°
CMYK 0.000.150.28   0.13
XYZ54.147253.876740.8031
Yxy53.87670.36380.3620
Hunter Lab73.40073.226818.4215
CIE-Lab78.38987.639218.5491

#ddbca0 color RGB value is (221,188,160).

#ddbca0 hex color red value is 221, green value is 188 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #ddbca0 hue: 0.08 , saturation: 0.47 and the lightness value of ddbca0 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 10100000
Octal 335 274 240
Decimal 221 188 160
Hex DD BC A0

RGB Percentages of Color #ddbca0

%38.84
%33.04
%28.12

CMYK Percentages of Color #ddbca0

%0
%15
%28
%13

Triadic Colors of #ddbca0

#ddbca0 #a0ddbc #bca0dd

Analogous Colors of #ddbca0

#ddbca0 #dddba0 #dda0a3

Monochromatic Colors of #ddbca0

#ddbca0

Complementary Color

#ddbca0 #a0c1dd

#ddbca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbca0 Color CSS Codes

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

#ddbca0 Text Font Color

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

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


#ddbca0 Background Color

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

This div background color is #ddbca0


#ddbca0 Border Color

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

This div border color is #ddbca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbca0


Comments

No comments written yet.

Please login to write comment.