Color Hex Logo

#d5ddae Color Hex

#D5DDAE
(213,221,174)
0 Favorites   0 Comments

Color spaces of #d5ddae

RGB 213221174
HSL0.200.410.77
HSV70°21°87°
CMYK 0.040.000.21   0.13
XYZ60.937068.915050.1346
Yxy68.91500.33860.3829
Hunter Lab83.0151-14.248922.3040
CIE-Lab86.4619-10.507122.2199

#d5ddae color RGB value is (213,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011101 10101110
Octal 325 335 256
Decimal 213 221 174
Hex D5 DD AE

RGB Percentages of Color #d5ddae

%35.03
%36.35
%28.62

CMYK Percentages of Color #d5ddae

%4
%0
%21
%13

Triadic Colors of #d5ddae

#d5ddae #aed5dd #ddaed5

Analogous Colors of #d5ddae

#d5ddae #beddae #ddceae

Monochromatic Colors of #d5ddae

#d5ddae

Complementary Color

#d5ddae #b6aedd

#d5ddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5ddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5ddae Color CSS Codes

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

#d5ddae Text Font Color

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

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


#d5ddae Background Color

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

This div background color is #d5ddae


#d5ddae Border Color

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

This div border color is #d5ddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5ddae


Comments

No comments written yet.

Please login to write comment.