Color Hex Logo

#d8bedc Color Hex

#D8BEDC
(216,190,220)
0 Favorites   0 Comments

Color spaces of #d8bedc

RGB 216190220
HSL0.810.300.80
HSV292°14°86°
CMYK 0.020.140.00   0.14
XYZ59.650656.593175.4898
Yxy56.59310.31110.2952
Hunter Lab75.22849.8878-6.8362
CIE-Lab79.950214.5054-11.5820

#d8bedc color RGB value is (216,190,220).

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

The process color (four color CMYK) of #d8bedc color hex is 0.02, 0.14, 0.00, 0.14. Web safe color of #d8bedc is #cccccc. Color #d8bedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10111110 11011100
Octal 330 276 334
Decimal 216 190 220
Hex D8 BE DC

RGB Percentages of Color #d8bedc

%34.50
%30.35
%35.14

CMYK Percentages of Color #d8bedc

%2
%14
%0
%14

Triadic Colors of #d8bedc

#d8bedc #dcd8be #bedcd8

Analogous Colors of #d8bedc

#d8bedc #dcbed1 #c9bedc

Monochromatic Colors of #d8bedc

#d8bedc

Complementary Color

#d8bedc #c2dcbe

#d8bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8bedc Color CSS Codes

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

#d8bedc Text Font Color

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

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


#d8bedc Background Color

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

This div background color is #d8bedc


#d8bedc Border Color

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

This div border color is #d8bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8bedc


Comments

No comments written yet.

Please login to write comment.