Color Hex Logo

#d8dfbe Color Hex

#D8DFBE
(216,223,190)
0 Favorites   0 Comments

Color spaces of #d8dfbe

RGB 216223190
HSL0.200.340.81
HSV73°15°87°
CMYK 0.030.000.15   0.13
XYZ64.000871.092059.0641
Yxy71.09200.32960.3662
Hunter Lab84.3161-12.061217.4881
CIE-Lab87.5297-8.001615.3880

#d8dfbe color RGB value is (216,223,190).

#d8dfbe hex color red value is 216, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d8dfbe hue: 0.20 , saturation: 0.34 and the lightness value of d8dfbe is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11011111 10111110
Octal 330 337 276
Decimal 216 223 190
Hex D8 DF BE

RGB Percentages of Color #d8dfbe

%34.34
%35.45
%30.21

CMYK Percentages of Color #d8dfbe

%3
%0
%15
%13

Triadic Colors of #d8dfbe

#d8dfbe #bed8df #dfbed8

Analogous Colors of #d8dfbe

#d8dfbe #c8dfbe #dfd6be

Monochromatic Colors of #d8dfbe

#d8dfbe

Complementary Color

#d8dfbe #c5bedf

#d8dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8dfbe Color CSS Codes

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

#d8dfbe Text Font Color

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

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


#d8dfbe Background Color

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

This div background color is #d8dfbe


#d8dfbe Border Color

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

This div border color is #d8dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8dfbe


Comments

No comments written yet.

Please login to write comment.