Color Hex Logo

#d3dfab Color Hex

#D3DFAB
(211,223,171)
0 Favorites   0 Comments

Color spaces of #d3dfab

RGB 211223171
HSL0.210.450.77
HSV74°23°87°
CMYK 0.050.000.23   0.13
XYZ60.602369.564548.7613
Yxy69.56450.33870.3888
Hunter Lab83.4053-16.261323.7210
CIE-Lab86.7828-12.681024.1964

#d3dfab color RGB value is (211,223,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11011111 10101011
Octal 323 337 253
Decimal 211 223 171
Hex D3 DF AB

RGB Percentages of Color #d3dfab

%34.88
%36.86
%28.26

CMYK Percentages of Color #d3dfab

%5
%0
%23
%13

Triadic Colors of #d3dfab

#d3dfab #abd3df #dfabd3

Analogous Colors of #d3dfab

#d3dfab #b9dfab #dfd1ab

Monochromatic Colors of #d3dfab

#d3dfab

Complementary Color

#d3dfab #b7abdf

#d3dfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3dfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3dfab Color CSS Codes

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

#d3dfab Text Font Color

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

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


#d3dfab Background Color

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

This div background color is #d3dfab


#d3dfab Border Color

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

This div border color is #d3dfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3dfab


Comments

No comments written yet.

Please login to write comment.