Color Hex Logo

#d9bcec Color Hex

#D9BCEC
(217,188,236)
0 Favorites   0 Comments

Color spaces of #d9bcec

RGB 217188236
HSL0.770.560.83
HSV276°20°93°
CMYK 0.080.200.00   0.07
XYZ61.738856.774387.0614
Yxy56.77430.30030.2762
Hunter Lab75.348714.3980-15.7623
CIE-Lab80.052519.0027-20.0239

#d9bcec color RGB value is (217,188,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111100 11101100
Octal 331 274 354
Decimal 217 188 236
Hex D9 BC EC

RGB Percentages of Color #d9bcec

%33.85
%29.33
%36.82

CMYK Percentages of Color #d9bcec

%8
%20
%0
%7

Triadic Colors of #d9bcec

#d9bcec #ecd9bc #bcecd9

Analogous Colors of #d9bcec

#d9bcec #ecbce7 #c1bcec

Monochromatic Colors of #d9bcec

#d9bcec

Complementary Color

#d9bcec #cfecbc

#d9bcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bcec Color CSS Codes

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

#d9bcec Text Font Color

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

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


#d9bcec Background Color

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

This div background color is #d9bcec


#d9bcec Border Color

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

This div border color is #d9bcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bcec


Comments

No comments written yet.

Please login to write comment.