Color Hex Logo

#ddc2ab Color Hex

#DDC2AB
(221,194,171)
0 Favorites   0 Comments

Color spaces of #ddc2ab

RGB 221194171
HSL0.080.420.77
HSV28°23°87°
CMYK 0.000.120.23   0.13
XYZ56.461356.896046.5343
Yxy56.89600.35310.3558
Hunter Lab75.42941.611316.2231
CIE-Lab80.12115.999415.0765

#ddc2ab color RGB value is (221,194,171).

#ddc2ab hex color red value is 221, green value is 194 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ddc2ab hue: 0.08 , saturation: 0.42 and the lightness value of ddc2ab is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000010 10101011
Octal 335 302 253
Decimal 221 194 171
Hex DD C2 AB

RGB Percentages of Color #ddc2ab

%37.71
%33.11
%29.18

CMYK Percentages of Color #ddc2ab

%0
%12
%23
%13

Triadic Colors of #ddc2ab

#ddc2ab #abddc2 #c2abdd

Analogous Colors of #ddc2ab

#ddc2ab #dddbab #ddabad

Monochromatic Colors of #ddc2ab

#ddc2ab

Complementary Color

#ddc2ab #abc6dd

#ddc2ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc2ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc2ab Color CSS Codes

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

#ddc2ab Text Font Color

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

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


#ddc2ab Background Color

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

This div background color is #ddc2ab


#ddc2ab Border Color

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

This div border color is #ddc2ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc2ab

#ddc2ab Color Palettes


Comments

No comments written yet.

Please login to write comment.