Color Hex Logo

#ddddb3 Color Hex

#DDDDB3
(221,221,179)
0 Favorites   0 Comments

Color spaces of #ddddb3

RGB 221221179
HSL0.170.380.78
HSV60°19°87°
CMYK 0.000.000.19   0.13
XYZ63.811970.339752.8615
Yxy70.33970.34120.3761
Hunter Lab83.8688-10.957921.3383
CIE-Lab87.1632-6.853520.6782

#ddddb3 color RGB value is (221,221,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 10110011
Octal 335 335 263
Decimal 221 221 179
Hex DD DD B3

RGB Percentages of Color #ddddb3

%35.59
%35.59
%28.82

CMYK Percentages of Color #ddddb3

%0
%0
%19
%13

Triadic Colors of #ddddb3

#ddddb3 #b3dddd #ddb3dd

Analogous Colors of #ddddb3

#ddddb3 #c8ddb3 #ddc8b3

Monochromatic Colors of #ddddb3

#ddddb3

Complementary Color

#ddddb3 #b3b3dd

#ddddb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddddb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddddb3 Color CSS Codes

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

#ddddb3 Text Font Color

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

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


#ddddb3 Background Color

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

This div background color is #ddddb3


#ddddb3 Border Color

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

This div border color is #ddddb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddddb3


Comments

No comments written yet.

Please login to write comment.