Color Hex Logo

#d3daba Color Hex

#D3DABA
(211,218,186)
0 Favorites   0 Comments

Color spaces of #d3daba

RGB 211218186
HSL0.200.300.79
HSV73°15°85°
CMYK 0.030.000.15   0.15
XYZ60.798367.536956.2859
Yxy67.53690.32930.3658
Hunter Lab82.1808-11.760216.9187
CIE-Lab85.7744-7.870714.9602

#d3daba color RGB value is (211,218,186).

#d3daba hex color red value is 211, green value is 218 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d3daba hue: 0.20 , saturation: 0.30 and the lightness value of d3daba is 0.79.

The process color (four color CMYK) of #d3daba color hex is 0.03, 0.00, 0.15, 0.15. Web safe color of #d3daba is #cccccc. Color #d3daba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11011010 10111010
Octal 323 332 272
Decimal 211 218 186
Hex D3 DA BA

RGB Percentages of Color #d3daba

%34.31
%35.45
%30.24

CMYK Percentages of Color #d3daba

%3
%0
%15
%15

Triadic Colors of #d3daba

#d3daba #bad3da #dabad3

Analogous Colors of #d3daba

#d3daba #c3daba #dad1ba

Monochromatic Colors of #d3daba

#d3daba

Complementary Color

#d3daba #c1bada

#d3daba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3daba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3daba Color CSS Codes

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

#d3daba Text Font Color

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

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


#d3daba Background Color

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

This div background color is #d3daba


#d3daba Border Color

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

This div border color is #d3daba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3daba


Comments

No comments written yet.

Please login to write comment.