Color Hex Logo

#d2ddae Color Hex

#D2DDAE
(210,221,174)
0 Favorites   0 Comments

Color spaces of #d2ddae

RGB 210221174
HSL0.210.410.77
HSV74°21°87°
CMYK 0.050.000.21   0.13
XYZ60.074868.470550.0943
Yxy68.47050.33630.3833
Hunter Lab82.7469-15.214922.0292
CIE-Lab86.2412-11.598521.8807

#d2ddae color RGB value is (210,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11011101 10101110
Octal 322 335 256
Decimal 210 221 174
Hex D2 DD AE

RGB Percentages of Color #d2ddae

%34.71
%36.53
%28.76

CMYK Percentages of Color #d2ddae

%5
%0
%21
%13

Triadic Colors of #d2ddae

#d2ddae #aed2dd #ddaed2

Analogous Colors of #d2ddae

#d2ddae #bbddae #ddd1ae

Monochromatic Colors of #d2ddae

#d2ddae

Complementary Color

#d2ddae #b9aedd

#d2ddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2ddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2ddae Color CSS Codes

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

#d2ddae Text Font Color

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

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


#d2ddae Background Color

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

This div background color is #d2ddae


#d2ddae Border Color

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

This div border color is #d2ddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2ddae


Comments

No comments written yet.

Please login to write comment.