Color Hex Logo

#dddcb8 Color Hex

#DDDCB8
(221,220,184)
0 Favorites   0 Comments

Color spaces of #dddcb8

RGB 221220184
HSL0.160.350.79
HSV58°17°87°
CMYK 0.000.000.17   0.13
XYZ64.063770.019255.4859
Yxy70.01920.33790.3694
Hunter Lab83.6775-9.775519.2595
CIE-Lab87.0063-5.602017.8483

#dddcb8 color RGB value is (221,220,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 10111000
Octal 335 334 270
Decimal 221 220 184
Hex DD DC B8

RGB Percentages of Color #dddcb8

%35.36
%35.20
%29.44

CMYK Percentages of Color #dddcb8

%0
%0
%17
%13

Triadic Colors of #dddcb8

#dddcb8 #b8dddc #dcb8dd

Analogous Colors of #dddcb8

#dddcb8 #ccddb8 #ddcab8

Monochromatic Colors of #dddcb8

#dddcb8

Complementary Color

#dddcb8 #b8b9dd

#dddcb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddcb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddcb8 Color CSS Codes

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

#dddcb8 Text Font Color

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

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


#dddcb8 Background Color

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

This div background color is #dddcb8


#dddcb8 Border Color

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

This div border color is #dddcb8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,220,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 #dddcb8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddcb8


Comments

No comments written yet.

Please login to write comment.