Color Hex Logo

#d1ddab Color Hex

#D1DDAB
(209,221,171)
0 Favorites   0 Comments

Color spaces of #d1ddab

RGB 209221171
HSL0.210.420.77
HSV74°23°87°
CMYK 0.050.000.23   0.13
XYZ59.501668.208548.5576
Yxy68.20850.33760.3870
Hunter Lab82.5884-15.927822.9525
CIE-Lab86.1106-12.404823.2508

#d1ddab color RGB value is (209,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011101 10101011
Octal 321 335 253
Decimal 209 221 171
Hex D1 DD AB

RGB Percentages of Color #d1ddab

%34.78
%36.77
%28.45

CMYK Percentages of Color #d1ddab

%5
%0
%23
%13

Triadic Colors of #d1ddab

#d1ddab #abd1dd #ddabd1

Analogous Colors of #d1ddab

#d1ddab #b8ddab #ddd0ab

Monochromatic Colors of #d1ddab

#d1ddab

Complementary Color

#d1ddab #b7abdd

#d1ddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1ddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1ddab Color CSS Codes

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

#d1ddab Text Font Color

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

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


#d1ddab Background Color

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

This div background color is #d1ddab


#d1ddab Border Color

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

This div border color is #d1ddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1ddab


Comments

No comments written yet.

Please login to write comment.