Color Hex Logo

#d9dfc4 Color Hex

#D9DFC4
(217,223,196)
0 Favorites   0 Comments

Color spaces of #d9dfc4

RGB 217223196
HSL0.200.300.82
HSV73°12°87°
CMYK 0.030.000.12   0.13
XYZ64.966871.512662.6037
Yxy71.51260.32630.3592
Hunter Lab84.5651-10.857115.3031
CIE-Lab87.7335-6.686012.5440

#d9dfc4 color RGB value is (217,223,196).

#d9dfc4 hex color red value is 217, green value is 223 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #d9dfc4 hue: 0.20 , saturation: 0.30 and the lightness value of d9dfc4 is 0.82.

The process color (four color CMYK) of #d9dfc4 color hex is 0.03, 0.00, 0.12, 0.13. Web safe color of #d9dfc4 is #cccccc. Color #d9dfc4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011111 11000100
Octal 331 337 304
Decimal 217 223 196
Hex D9 DF C4

RGB Percentages of Color #d9dfc4

%34.12
%35.06
%30.82

CMYK Percentages of Color #d9dfc4

%3
%0
%12
%13

Triadic Colors of #d9dfc4

#d9dfc4 #c4d9df #dfc4d9

Analogous Colors of #d9dfc4

#d9dfc4 #ccdfc4 #dfd8c4

Monochromatic Colors of #d9dfc4

#d9dfc4

Complementary Color

#d9dfc4 #cac4df

#d9dfc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dfc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dfc4 Color CSS Codes

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

#d9dfc4 Text Font Color

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

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


#d9dfc4 Background Color

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

This div background color is #d9dfc4


#d9dfc4 Border Color

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

This div border color is #d9dfc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dfc4


Comments

No comments written yet.

Please login to write comment.