Color Hex Logo

#ddbba0 Color Hex

#DDBBA0
(221,187,160)
0 Favorites   0 Comments

Color spaces of #ddbba0

RGB 221187160
HSL0.070.470.75
HSV27°28°87°
CMYK 0.000.150.28   0.13
XYZ53.934353.450940.7321
Yxy53.45090.36410.3609
Hunter Lab73.11013.739118.1446
CIE-Lab78.14058.169918.2029

#ddbba0 color RGB value is (221,187,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 10100000
Octal 335 273 240
Decimal 221 187 160
Hex DD BB A0

RGB Percentages of Color #ddbba0

%38.91
%32.92
%28.17

CMYK Percentages of Color #ddbba0

%0
%15
%28
%13

Triadic Colors of #ddbba0

#ddbba0 #a0ddbb #bba0dd

Analogous Colors of #ddbba0

#ddbba0 #dddaa0 #dda0a4

Monochromatic Colors of #ddbba0

#ddbba0

Complementary Color

#ddbba0 #a0c2dd

#ddbba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbba0 Color CSS Codes

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

#ddbba0 Text Font Color

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

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


#ddbba0 Background Color

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

This div background color is #ddbba0


#ddbba0 Border Color

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

This div border color is #ddbba0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,187,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 #ddbba0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbba0


Comments

No comments written yet.

Please login to write comment.