Color Hex Logo

#d8bcec Color Hex

#D8BCEC
(216,188,236)
0 Favorites   0 Comments

Color spaces of #d8bcec

RGB 216188236
HSL0.760.560.83
HSV275°20°93°
CMYK 0.080.200.00   0.07
XYZ61.442456.621587.0476
Yxy56.62150.29960.2761
Hunter Lab75.247314.0697-15.9148
CIE-Lab79.966218.6803-20.1627

#d8bcec color RGB value is (216,188,236).

#d8bcec hex color red value is 216, green value is 188 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d8bcec hue: 0.76 , saturation: 0.56 and the lightness value of d8bcec is 0.83.

The process color (four color CMYK) of #d8bcec color hex is 0.08, 0.20, 0.00, 0.07. Web safe color of #d8bcec is #ccccff. Color #d8bcec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10111100 11101100
Octal 330 274 354
Decimal 216 188 236
Hex D8 BC EC

RGB Percentages of Color #d8bcec

%33.75
%29.38
%36.88

CMYK Percentages of Color #d8bcec

%8
%20
%0
%7

Triadic Colors of #d8bcec

#d8bcec #ecd8bc #bcecd8

Analogous Colors of #d8bcec

#d8bcec #ecbce8 #c0bcec

Monochromatic Colors of #d8bcec

#d8bcec

Complementary Color

#d8bcec #d0ecbc

#d8bcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8bcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8bcec Color CSS Codes

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

#d8bcec Text Font Color

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

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


#d8bcec Background Color

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

This div background color is #d8bcec


#d8bcec Border Color

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

This div border color is #d8bcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8bcec

#d8bcec Color Palettes


Comments

No comments written yet.

Please login to write comment.