Color Hex Logo

#d4dfbd Color Hex

#D4DFBD
(212,223,189)
0 Favorites   0 Comments

Color spaces of #d4dfbd

RGB 212223189
HSL0.220.350.81
HSV79°15°87°
CMYK 0.050.000.15   0.13
XYZ62.724470.446558.4357
Yxy70.44650.32740.3677
Hunter Lab83.9324-13.485017.4736
CIE-Lab87.2154-9.579915.4266

#d4dfbd color RGB value is (212,223,189).

#d4dfbd hex color red value is 212, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d4dfbd hue: 0.22 , saturation: 0.35 and the lightness value of d4dfbd is 0.81.

The process color (four color CMYK) of #d4dfbd color hex is 0.05, 0.00, 0.15, 0.13. Web safe color of #d4dfbd is #cccccc. Color #d4dfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011111 10111101
Octal 324 337 275
Decimal 212 223 189
Hex D4 DF BD

RGB Percentages of Color #d4dfbd

%33.97
%35.74
%30.29

CMYK Percentages of Color #d4dfbd

%5
%0
%15
%13

Triadic Colors of #d4dfbd

#d4dfbd #bdd4df #dfbdd4

Analogous Colors of #d4dfbd

#d4dfbd #c3dfbd #dfd9bd

Monochromatic Colors of #d4dfbd

#d4dfbd

Complementary Color

#d4dfbd #c8bddf

#d4dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dfbd Color CSS Codes

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

#d4dfbd Text Font Color

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

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


#d4dfbd Background Color

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

This div background color is #d4dfbd


#d4dfbd Border Color

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

This div border color is #d4dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dfbd


Comments

No comments written yet.

Please login to write comment.