Color Hex Logo

#d3adaa Color Hex

#D3ADAA
(211,173,170)
0 Favorites   0 Comments

Color spaces of #d3adaa

RGB 211173170
HSL0.010.320.75
HSV19°83°
CMYK 0.000.180.19   0.17
XYZ49.063246.638344.4464
Yxy46.63830.35010.3328
Hunter Lab68.29228.72849.2171
CIE-Lab73.957813.34146.7379

#d3adaa color RGB value is (211,173,170).

#d3adaa hex color red value is 211, green value is 173 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d3adaa hue: 0.01 , saturation: 0.32 and the lightness value of d3adaa is 0.75.

The process color (four color CMYK) of #d3adaa color hex is 0.00, 0.18, 0.19, 0.17. Web safe color of #d3adaa is #cc9999. Color #d3adaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10101101 10101010
Octal 323 255 252
Decimal 211 173 170
Hex D3 AD AA

RGB Percentages of Color #d3adaa

%38.09
%31.23
%30.69

CMYK Percentages of Color #d3adaa

%0
%18
%19
%17

Triadic Colors of #d3adaa

#d3adaa #aad3ad #adaad3

Analogous Colors of #d3adaa

#d3adaa #d3c2aa #d3aabc

Monochromatic Colors of #d3adaa

#d3adaa

Complementary Color

#d3adaa #aad0d3

#d3adaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3adaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3adaa Color CSS Codes

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

#d3adaa Text Font Color

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

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


#d3adaa Background Color

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

This div background color is #d3adaa


#d3adaa Border Color

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

This div border color is #d3adaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3adaa


Comments

No comments written yet.

Please login to write comment.