Color Hex Logo

#d0ddae Color Hex

#D0DDAE
(208,221,174)
0 Favorites   0 Comments

Color spaces of #d0ddae

RGB 208221174
HSL0.210.410.77
HSV77°21°87°
CMYK 0.060.000.21   0.13
XYZ59.508968.178850.0678
Yxy68.17880.33480.3836
Hunter Lab82.5705-15.852521.8480
CIE-Lab86.0958-12.323421.6572

#d0ddae color RGB value is (208,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011101 10101110
Octal 320 335 256
Decimal 208 221 174
Hex D0 DD AE

RGB Percentages of Color #d0ddae

%34.49
%36.65
%28.86

CMYK Percentages of Color #d0ddae

%6
%0
%21
%13

Triadic Colors of #d0ddae

#d0ddae #aed0dd #ddaed0

Analogous Colors of #d0ddae

#d0ddae #b9ddae #ddd3ae

Monochromatic Colors of #d0ddae

#d0ddae

Complementary Color

#d0ddae #bbaedd

#d0ddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0ddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0ddae Color CSS Codes

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

#d0ddae Text Font Color

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

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


#d0ddae Background Color

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

This div background color is #d0ddae


#d0ddae Border Color

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

This div border color is #d0ddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0ddae


Comments

No comments written yet.

Please login to write comment.