Color Hex Logo

#d99686 Color Hex

#D99686
(217,150,134)
0 Favorites   0 Comments

Color spaces of #d99686

RGB 217150134
HSL0.030.520.69
HSV12°38°85°
CMYK 0.000.310.38   0.15
XYZ43.824738.285627.6343
Yxy38.28560.39930.3489
Hunter Lab61.875418.145016.8331
CIE-Lab68.230623.212418.5982

#d99686 color RGB value is (217,150,134).

#d99686 hex color red value is 217, green value is 150 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #d99686 hue: 0.03 , saturation: 0.52 and the lightness value of d99686 is 0.69.

The process color (four color CMYK) of #d99686 color hex is 0.00, 0.31, 0.38, 0.15. Web safe color of #d99686 is #cc9999. Color #d99686 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010110 10000110
Octal 331 226 206
Decimal 217 150 134
Hex D9 96 86

RGB Percentages of Color #d99686

%43.31
%29.94
%26.75

CMYK Percentages of Color #d99686

%0
%31
%38
%15

Triadic Colors of #d99686

#d99686 #86d996 #9686d9

Analogous Colors of #d99686

#d99686 #d9c086 #d986a0

Monochromatic Colors of #d99686

#d99686

Complementary Color

#d99686 #86c9d9

#d99686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99686 Color CSS Codes

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

#d99686 Text Font Color

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

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


#d99686 Background Color

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

This div background color is #d99686


#d99686 Border Color

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

This div border color is #d99686


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,150,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d99686; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d99686;
  -webkit-box-shadow: 1px 1px 3px 2px #d99686;
  box-shadow:         1px 1px 3px 2px #d99686; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,150,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99686


Comments

No comments written yet.

Please login to write comment.