Color Hex Logo

#d4dfbb Color Hex

#D4DFBB
(212,223,187)
0 Favorites   0 Comments

Color spaces of #d4dfbb

RGB 212223187
HSL0.220.360.80
HSV78°16°87°
CMYK 0.050.000.16   0.13
XYZ62.508770.360357.3000
Yxy70.36030.32870.3700
Hunter Lab83.8810-13.772518.2151
CIE-Lab87.1733-9.897916.4138

#d4dfbb color RGB value is (212,223,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011111 10111011
Octal 324 337 273
Decimal 212 223 187
Hex D4 DF BB

RGB Percentages of Color #d4dfbb

%34.08
%35.85
%30.06

CMYK Percentages of Color #d4dfbb

%5
%0
%16
%13

Triadic Colors of #d4dfbb

#d4dfbb #bbd4df #dfbbd4

Analogous Colors of #d4dfbb

#d4dfbb #c2dfbb #dfd8bb

Monochromatic Colors of #d4dfbb

#d4dfbb

Complementary Color

#d4dfbb #c6bbdf

#d4dfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dfbb Color CSS Codes

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

#d4dfbb Text Font Color

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

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


#d4dfbb Background Color

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

This div background color is #d4dfbb


#d4dfbb Border Color

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

This div border color is #d4dfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dfbb


Comments

No comments written yet.

Please login to write comment.