Color Hex Logo

#d3dbaf Color Hex

#D3DBAF
(211,219,175)
0 Favorites   0 Comments

Color spaces of #d3dbaf

RGB 211219175
HSL0.200.380.77
HSV71°20°86°
CMYK 0.040.000.20   0.14
XYZ59.933367.607150.4481
Yxy67.60710.33670.3798
Hunter Lab82.2235-13.781321.1792
CIE-Lab85.8096-10.075520.7740

#d3dbaf color RGB value is (211,219,175).

#d3dbaf hex color red value is 211, green value is 219 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d3dbaf hue: 0.20 , saturation: 0.38 and the lightness value of d3dbaf is 0.77.

The process color (four color CMYK) of #d3dbaf color hex is 0.04, 0.00, 0.20, 0.14. Web safe color of #d3dbaf is #cccc99. Color #d3dbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11011011 10101111
Octal 323 333 257
Decimal 211 219 175
Hex D3 DB AF

RGB Percentages of Color #d3dbaf

%34.88
%36.20
%28.93

CMYK Percentages of Color #d3dbaf

%4
%0
%20
%14

Triadic Colors of #d3dbaf

#d3dbaf #afd3db #dbafd3

Analogous Colors of #d3dbaf

#d3dbaf #bddbaf #dbcdaf

Monochromatic Colors of #d3dbaf

#d3dbaf

Complementary Color

#d3dbaf #b7afdb

#d3dbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3dbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3dbaf Color CSS Codes

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

#d3dbaf Text Font Color

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

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


#d3dbaf Background Color

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

This div background color is #d3dbaf


#d3dbaf Border Color

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

This div border color is #d3dbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3dbaf


Comments

No comments written yet.

Please login to write comment.