Color Hex Logo

#d1d996 Color Hex

#D1D996
(209,217,150)
0 Favorites   0 Comments

Color spaces of #d1d996

RGB 209217150
HSL0.190.470.72
HSV67°31°85°
CMYK 0.040.000.31   0.15
XYZ56.612465.383038.4906
Yxy65.38300.35280.4074
Hunter Lab80.8598-16.531228.3788
CIE-Lab84.6807-13.279732.1726

#d1d996 color RGB value is (209,217,150).

#d1d996 hex color red value is 209, green value is 217 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #d1d996 hue: 0.19 , saturation: 0.47 and the lightness value of d1d996 is 0.72.

The process color (four color CMYK) of #d1d996 color hex is 0.04, 0.00, 0.31, 0.15. Web safe color of #d1d996 is #cccc99. Color #d1d996 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011001 10010110
Octal 321 331 226
Decimal 209 217 150
Hex D1 D9 96

RGB Percentages of Color #d1d996

%36.28
%37.67
%26.04

CMYK Percentages of Color #d1d996

%4
%0
%31
%15

Triadic Colors of #d1d996

#d1d996 #96d1d9 #d996d1

Analogous Colors of #d1d996

#d1d996 #b0d996 #d9c096

Monochromatic Colors of #d1d996

#d1d996

Complementary Color

#d1d996 #9e96d9

#d1d996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1d996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1d996 Color CSS Codes

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

#d1d996 Text Font Color

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

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


#d1d996 Background Color

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

This div background color is #d1d996


#d1d996 Border Color

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

This div border color is #d1d996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1d996


Comments

No comments written yet.

Please login to write comment.