Color Hex Logo

#ddddb1 Color Hex

#DDDDB1
(221,221,177)
0 Favorites   0 Comments

Color spaces of #ddddb1

RGB 221221177
HSL0.170.390.78
HSV60°20°87°
CMYK 0.000.000.20   0.13
XYZ63.611170.259451.8037
Yxy70.25940.34260.3784
Hunter Lab83.8209-11.224122.0317
CIE-Lab87.1239-7.144021.6661

#ddddb1 color RGB value is (221,221,177).

#ddddb1 hex color red value is 221, green value is 221 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #ddddb1 hue: 0.17 , saturation: 0.39 and the lightness value of ddddb1 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 10110001
Octal 335 335 261
Decimal 221 221 177
Hex DD DD B1

RGB Percentages of Color #ddddb1

%35.70
%35.70
%28.59

CMYK Percentages of Color #ddddb1

%0
%0
%20
%13

Triadic Colors of #ddddb1

#ddddb1 #b1dddd #ddb1dd

Analogous Colors of #ddddb1

#ddddb1 #c7ddb1 #ddc7b1

Monochromatic Colors of #ddddb1

#ddddb1

Complementary Color

#ddddb1 #b1b1dd

#ddddb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddddb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddddb1 Color CSS Codes

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

#ddddb1 Text Font Color

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

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


#ddddb1 Background Color

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

This div background color is #ddddb1


#ddddb1 Border Color

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

This div border color is #ddddb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddddb1


Comments

No comments written yet.

Please login to write comment.