Color Hex Logo

#d6abad Color Hex

#D6ABAD
(214,171,173)
0 Favorites   0 Comments

Color spaces of #d6abad

RGB 214171173
HSL0.990.340.75
HSV357°20°84°
CMYK 0.000.200.19   0.16
XYZ49.837346.439145.8721
Yxy46.43910.35060.3267
Hunter Lab68.146211.28637.7918
CIE-Lab73.829615.99274.9471

#d6abad color RGB value is (214,171,173).

#d6abad hex color red value is 214, green value is 171 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d6abad hue: 0.99 , saturation: 0.34 and the lightness value of d6abad is 0.75.

The process color (four color CMYK) of #d6abad color hex is 0.00, 0.20, 0.19, 0.16. Web safe color of #d6abad is #cc9999. Color #d6abad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10101011 10101101
Octal 326 253 255
Decimal 214 171 173
Hex D6 AB AD

RGB Percentages of Color #d6abad

%38.35
%30.65
%31.00

CMYK Percentages of Color #d6abad

%0
%20
%19
%16

Triadic Colors of #d6abad

#d6abad #add6ab #abadd6

Analogous Colors of #d6abad

#d6abad #d6bfab #d6abc3

Monochromatic Colors of #d6abad

#d6abad

Complementary Color

#d6abad #abd6d4

#d6abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6abad Color CSS Codes

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

#d6abad Text Font Color

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

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


#d6abad Background Color

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

This div background color is #d6abad


#d6abad Border Color

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

This div border color is #d6abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6abad


Comments

No comments written yet.

Please login to write comment.