Color Hex Logo

#d3deae Color Hex

#D3DEAE
(211,222,174)
0 Favorites   0 Comments

Color spaces of #d3deae

RGB 211222174
HSL0.200.420.78
HSV74°22°87°
CMYK 0.050.000.22   0.13
XYZ60.625269.147450.1959
Yxy69.14740.33690.3842
Hunter Lab83.1549-15.383322.4184
CIE-Lab86.5770-11.739522.3554

#d3deae color RGB value is (211,222,174).

#d3deae hex color red value is 211, green value is 222 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d3deae hue: 0.20 , saturation: 0.42 and the lightness value of d3deae is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11011110 10101110
Octal 323 336 256
Decimal 211 222 174
Hex D3 DE AE

RGB Percentages of Color #d3deae

%34.76
%36.57
%28.67

CMYK Percentages of Color #d3deae

%5
%0
%22
%13

Triadic Colors of #d3deae

#d3deae #aed3de #deaed3

Analogous Colors of #d3deae

#d3deae #bbdeae #ded1ae

Monochromatic Colors of #d3deae

#d3deae

Complementary Color

#d3deae #b9aede

#d3deae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3deae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3deae Color CSS Codes

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

#d3deae Text Font Color

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

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


#d3deae Background Color

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

This div background color is #d3deae


#d3deae Border Color

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

This div border color is #d3deae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3deae


Comments

No comments written yet.

Please login to write comment.