Color Hex Logo

#ddddbb Color Hex

#DDDDBB
(221,221,187)
0 Favorites   0 Comments

Color spaces of #ddddbb

RGB 221221187
HSL0.170.330.80
HSV60°15°87°
CMYK 0.000.000.15   0.13
XYZ64.644970.672957.2478
Yxy70.67290.33570.3670
Hunter Lab84.0672-9.856918.4719
CIE-Lab87.3258-5.657716.7259

#ddddbb color RGB value is (221,221,187).

#ddddbb hex color red value is 221, green value is 221 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ddddbb hue: 0.17 , saturation: 0.33 and the lightness value of ddddbb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 10111011
Octal 335 335 273
Decimal 221 221 187
Hex DD DD BB

RGB Percentages of Color #ddddbb

%35.14
%35.14
%29.73

CMYK Percentages of Color #ddddbb

%0
%0
%15
%13

Triadic Colors of #ddddbb

#ddddbb #bbdddd #ddbbdd

Analogous Colors of #ddddbb

#ddddbb #ccddbb #ddccbb

Monochromatic Colors of #ddddbb

#ddddbb

Complementary Color

#ddddbb #bbbbdd

#ddddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddddbb Color CSS Codes

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

#ddddbb Text Font Color

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

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


#ddddbb Background Color

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

This div background color is #ddddbb


#ddddbb Border Color

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

This div border color is #ddddbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddddbb

#ddddbb Color Palettes


Comments

No comments written yet.

Please login to write comment.