Color Hex Logo

#dcddab Color Hex

#DCDDAB
(220,221,171)
0 Favorites   0 Comments

Color spaces of #dcddab

RGB 220221171
HSL0.170.420.77
HSV61°23°87°
CMYK 0.000.000.23   0.13
XYZ62.722369.868848.7083
Yxy69.86880.34600.3854
Hunter Lab83.5876-12.335723.9617
CIE-Lab86.9325-8.365324.5099

#dcddab color RGB value is (220,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 10101011
Octal 334 335 253
Decimal 220 221 171
Hex DC DD AB

RGB Percentages of Color #dcddab

%35.95
%36.11
%27.94

CMYK Percentages of Color #dcddab

%0
%0
%23
%13

Triadic Colors of #dcddab

#dcddab #abdcdd #ddabdc

Analogous Colors of #dcddab

#dcddab #c3ddab #ddc5ab

Monochromatic Colors of #dcddab

#dcddab

Complementary Color

#dcddab #acabdd

#dcddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcddab Color CSS Codes

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

#dcddab Text Font Color

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

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


#dcddab Background Color

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

This div background color is #dcddab


#dcddab Border Color

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

This div border color is #dcddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcddab


Comments

No comments written yet.

Please login to write comment.