Color Hex Logo

#d3dabc Color Hex

#D3DABC
(211,218,188)
0 Favorites   0 Comments

Color spaces of #d3dabc

RGB 211218188
HSL0.210.290.80
HSV74°14°85°
CMYK 0.030.000.14   0.15
XYZ61.012567.622557.4137
Yxy67.62250.32790.3635
Hunter Lab82.2329-11.469916.1677
CIE-Lab85.8173-7.550613.9693

#d3dabc color RGB value is (211,218,188).

#d3dabc hex color red value is 211, green value is 218 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d3dabc hue: 0.21 , saturation: 0.29 and the lightness value of d3dabc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11011010 10111100
Octal 323 332 274
Decimal 211 218 188
Hex D3 DA BC

RGB Percentages of Color #d3dabc

%34.20
%35.33
%30.47

CMYK Percentages of Color #d3dabc

%3
%0
%14
%15

Triadic Colors of #d3dabc

#d3dabc #bcd3da #dabcd3

Analogous Colors of #d3dabc

#d3dabc #c4dabc #dad2bc

Monochromatic Colors of #d3dabc

#d3dabc

Complementary Color

#d3dabc #c3bcda

#d3dabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3dabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3dabc Color CSS Codes

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

#d3dabc Text Font Color

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

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


#d3dabc Background Color

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

This div background color is #d3dabc


#d3dabc Border Color

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

This div border color is #d3dabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3dabc


Comments

No comments written yet.

Please login to write comment.