Color Hex Logo

#d9dfb0 Color Hex

#D9DFB0
(217,223,176)
0 Favorites   0 Comments

Color spaces of #d9dfb0

RGB 217223176
HSL0.190.420.78
HSV68°21°87°
CMYK 0.030.000.21   0.13
XYZ62.839470.661751.4014
Yxy70.66170.33990.3822
Hunter Lab84.0605-13.668322.5877
CIE-Lab87.3204-9.766522.4100

#d9dfb0 color RGB value is (217,223,176).

#d9dfb0 hex color red value is 217, green value is 223 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #d9dfb0 hue: 0.19 , saturation: 0.42 and the lightness value of d9dfb0 is 0.78.

The process color (four color CMYK) of #d9dfb0 color hex is 0.03, 0.00, 0.21, 0.13. Web safe color of #d9dfb0 is #cccc99. Color #d9dfb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011111 10110000
Octal 331 337 260
Decimal 217 223 176
Hex D9 DF B0

RGB Percentages of Color #d9dfb0

%35.23
%36.20
%28.57

CMYK Percentages of Color #d9dfb0

%3
%0
%21
%13

Triadic Colors of #d9dfb0

#d9dfb0 #b0d9df #dfb0d9

Analogous Colors of #d9dfb0

#d9dfb0 #c2dfb0 #dfceb0

Monochromatic Colors of #d9dfb0

#d9dfb0

Complementary Color

#d9dfb0 #b6b0df

#d9dfb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dfb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dfb0 Color CSS Codes

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

#d9dfb0 Text Font Color

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

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


#d9dfb0 Background Color

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

This div background color is #d9dfb0


#d9dfb0 Border Color

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

This div border color is #d9dfb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dfb0


Comments

No comments written yet.

Please login to write comment.