Color Hex Logo

#ddddb8 Color Hex

#DDDDB8
(221,221,184)
0 Favorites   0 Comments

Color spaces of #ddddb8

RGB 221221184
HSL0.170.350.79
HSV60°17°87°
CMYK 0.000.000.17   0.13
XYZ64.327070.545755.5737
Yxy70.54570.33780.3704
Hunter Lab83.9915-10.276419.5643
CIE-Lab87.2638-6.112318.2081

#ddddb8 color RGB value is (221,221,184).

#ddddb8 hex color red value is 221, green value is 221 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #ddddb8 hue: 0.17 , saturation: 0.35 and the lightness value of ddddb8 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 10111000
Octal 335 335 270
Decimal 221 221 184
Hex DD DD B8

RGB Percentages of Color #ddddb8

%35.30
%35.30
%29.39

CMYK Percentages of Color #ddddb8

%0
%0
%17
%13

Triadic Colors of #ddddb8

#ddddb8 #b8dddd #ddb8dd

Analogous Colors of #ddddb8

#ddddb8 #cbddb8 #ddcbb8

Monochromatic Colors of #ddddb8

#ddddb8

Complementary Color

#ddddb8 #b8b8dd

#ddddb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddddb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddddb8 Color CSS Codes

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

#ddddb8 Text Font Color

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

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


#ddddb8 Background Color

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

This div background color is #ddddb8


#ddddb8 Border Color

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

This div border color is #ddddb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddddb8


Comments

No comments written yet.

Please login to write comment.