Color Hex Logo

#d4dbbd Color Hex

#D4DBBD
(212,219,189)
0 Favorites   0 Comments

Color spaces of #d4dbbd

RGB 212219189
HSL0.210.290.80
HSV74°14°86°
CMYK 0.030.000.14   0.14
XYZ61.668268.334258.0837
Yxy68.33420.32790.3633
Hunter Lab82.6645-11.500816.2054
CIE-Lab86.1733-7.545213.9569

#d4dbbd color RGB value is (212,219,189).

#d4dbbd hex color red value is 212, green value is 219 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d4dbbd hue: 0.21 , saturation: 0.29 and the lightness value of d4dbbd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011011 10111101
Octal 324 333 275
Decimal 212 219 189
Hex D4 DB BD

RGB Percentages of Color #d4dbbd

%34.19
%35.32
%30.48

CMYK Percentages of Color #d4dbbd

%3
%0
%14
%14

Triadic Colors of #d4dbbd

#d4dbbd #bdd4db #dbbdd4

Analogous Colors of #d4dbbd

#d4dbbd #c5dbbd #dbd3bd

Monochromatic Colors of #d4dbbd

#d4dbbd

Complementary Color

#d4dbbd #c4bddb

#d4dbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dbbd Color CSS Codes

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

#d4dbbd Text Font Color

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

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


#d4dbbd Background Color

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

This div background color is #d4dbbd


#d4dbbd Border Color

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

This div border color is #d4dbbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,219,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 #d4dbbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dbbd


Comments

No comments written yet.

Please login to write comment.