Color Hex Logo

#d3dfad Color Hex

#D3DFAD
(211,223,173)
0 Favorites   0 Comments

Color spaces of #d3dfad

RGB 211223173
HSL0.210.440.78
HSV74°22°87°
CMYK 0.050.000.22   0.13
XYZ60.794569.641449.7731
Yxy69.64140.33740.3864
Hunter Lab83.4514-16.002423.0535
CIE-Lab86.8207-12.389723.2105

#d3dfad color RGB value is (211,223,173).

#d3dfad hex color red value is 211, green value is 223 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d3dfad hue: 0.21 , saturation: 0.44 and the lightness value of d3dfad is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11011111 10101101
Octal 323 337 255
Decimal 211 223 173
Hex D3 DF AD

RGB Percentages of Color #d3dfad

%34.76
%36.74
%28.50

CMYK Percentages of Color #d3dfad

%5
%0
%22
%13

Triadic Colors of #d3dfad

#d3dfad #add3df #dfadd3

Analogous Colors of #d3dfad

#d3dfad #badfad #dfd2ad

Monochromatic Colors of #d3dfad

#d3dfad

Complementary Color

#d3dfad #b9addf

#d3dfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3dfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3dfad Color CSS Codes

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

#d3dfad Text Font Color

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

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


#d3dfad Background Color

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

This div background color is #d3dfad


#d3dfad Border Color

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

This div border color is #d3dfad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,223,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3dfad

#d3dfad Color Palettes


Comments

No comments written yet.

Please login to write comment.