Color Hex Logo

#d8dbbe Color Hex

#D8DBBE
(216,219,190)
0 Favorites   0 Comments

Color spaces of #d8dbbe

RGB 216219190
HSL0.180.290.80
HSV66°13°86°
CMYK 0.010.000.13   0.14
XYZ62.944768.979758.7121
Yxy68.97970.33020.3618
Hunter Lab83.0540-10.063616.2248
CIE-Lab86.4940-5.961413.9270

#d8dbbe color RGB value is (216,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11011011 10111110
Octal 330 333 276
Decimal 216 219 190
Hex D8 DB BE

RGB Percentages of Color #d8dbbe

%34.56
%35.04
%30.40

CMYK Percentages of Color #d8dbbe

%1
%0
%13
%14

Triadic Colors of #d8dbbe

#d8dbbe #bed8db #dbbed8

Analogous Colors of #d8dbbe

#d8dbbe #cadbbe #dbd0be

Monochromatic Colors of #d8dbbe

#d8dbbe

Complementary Color

#d8dbbe #c1bedb

#d8dbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8dbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8dbbe Color CSS Codes

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

#d8dbbe Text Font Color

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

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


#d8dbbe Background Color

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

This div background color is #d8dbbe


#d8dbbe Border Color

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

This div border color is #d8dbbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,219,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8dbbe


Comments

No comments written yet.

Please login to write comment.