Color Hex Logo

#d6adbb Color Hex

#D6ADBB
(214,173,187)
0 Favorites   0 Comments

Color spaces of #d6adbb

RGB 214173187
HSL0.940.330.76
HSV340°19°84°
CMYK 0.000.190.13   0.16
XYZ51.644847.771153.5125
Yxy47.77110.33770.3124
Hunter Lab69.116612.42332.4773
CIE-Lab74.680317.1421-1.4866

#d6adbb color RGB value is (214,173,187).

#d6adbb hex color red value is 214, green value is 173 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d6adbb hue: 0.94 , saturation: 0.33 and the lightness value of d6adbb is 0.76.

The process color (four color CMYK) of #d6adbb color hex is 0.00, 0.19, 0.13, 0.16. Web safe color of #d6adbb is #cc99cc. Color #d6adbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10101101 10111011
Octal 326 255 273
Decimal 214 173 187
Hex D6 AD BB

RGB Percentages of Color #d6adbb

%37.28
%30.14
%32.58

CMYK Percentages of Color #d6adbb

%0
%19
%13
%16

Triadic Colors of #d6adbb

#d6adbb #bbd6ad #adbbd6

Analogous Colors of #d6adbb

#d6adbb #d6b4ad #d6add0

Monochromatic Colors of #d6adbb

#d6adbb

Complementary Color

#d6adbb #add6c8

#d6adbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6adbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6adbb Color CSS Codes

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

#d6adbb Text Font Color

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

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


#d6adbb Background Color

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

This div background color is #d6adbb


#d6adbb Border Color

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

This div border color is #d6adbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6adbb


Comments

No comments written yet.

Please login to write comment.