Color Hex Logo

#ddbba1 Color Hex

#DDBBA1
(221,187,161)
0 Favorites   0 Comments

Color spaces of #ddbba1

RGB 221187161
HSL0.070.470.75
HSV26°27°87°
CMYK 0.000.150.27   0.13
XYZ54.022153.486041.1948
Yxy53.48600.36330.3597
Hunter Lab73.13413.868217.7972
CIE-Lab78.16118.305617.6948

#ddbba1 color RGB value is (221,187,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 10100001
Octal 335 273 241
Decimal 221 187 161
Hex DD BB A1

RGB Percentages of Color #ddbba1

%38.84
%32.86
%28.30

CMYK Percentages of Color #ddbba1

%0
%15
%27
%13

Triadic Colors of #ddbba1

#ddbba1 #a1ddbb #bba1dd

Analogous Colors of #ddbba1

#ddbba1 #ddd9a1 #dda1a5

Monochromatic Colors of #ddbba1

#ddbba1

Complementary Color

#ddbba1 #a1c3dd

#ddbba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbba1 Color CSS Codes

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

#ddbba1 Text Font Color

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

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


#ddbba1 Background Color

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

This div background color is #ddbba1


#ddbba1 Border Color

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

This div border color is #ddbba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbba1


Comments

No comments written yet.

Please login to write comment.