Color Hex Logo

#d8dbbb Color Hex

#D8DBBB
(216,219,187)
0 Favorites   0 Comments

Color spaces of #d8dbbb

RGB 216219187
HSL0.180.310.80
HSV66°15°86°
CMYK 0.010.000.15   0.14
XYZ62.620168.849857.0026
Yxy68.84980.33230.3653
Hunter Lab82.9758-10.497417.3521
CIE-Lab86.4296-6.434315.4115

#d8dbbb color RGB value is (216,219,187).

#d8dbbb hex color red value is 216, green value is 219 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d8dbbb hue: 0.18 , saturation: 0.31 and the lightness value of d8dbbb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11011011 10111011
Octal 330 333 273
Decimal 216 219 187
Hex D8 DB BB

RGB Percentages of Color #d8dbbb

%34.73
%35.21
%30.06

CMYK Percentages of Color #d8dbbb

%1
%0
%15
%14

Triadic Colors of #d8dbbb

#d8dbbb #bbd8db #dbbbd8

Analogous Colors of #d8dbbb

#d8dbbb #c8dbbb #dbcebb

Monochromatic Colors of #d8dbbb

#d8dbbb

Complementary Color

#d8dbbb #bebbdb

#d8dbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8dbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8dbbb Color CSS Codes

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

#d8dbbb Text Font Color

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

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


#d8dbbb Background Color

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

This div background color is #d8dbbb


#d8dbbb Border Color

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

This div border color is #d8dbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8dbbb


Comments

No comments written yet.

Please login to write comment.