Color Hex Logo

#dcbecb Color Hex

#DCBECB
(220,190,203)
0 Favorites   0 Comments

Color spaces of #dcbecb

RGB 220190203
HSL0.930.300.80
HSV334°14°86°
CMYK 0.000.140.08   0.14
XYZ58.708156.354464.2831
Yxy56.35440.32730.3142
Hunter Lab75.06968.22401.7779
CIE-Lab79.815112.8211-2.5824

#dcbecb color RGB value is (220,190,203).

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

The process color (four color CMYK) of #dcbecb color hex is 0.00, 0.14, 0.08, 0.14. Web safe color of #dcbecb is #cccccc. Color #dcbecb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 11001011
Octal 334 276 313
Decimal 220 190 203
Hex DC BE CB

RGB Percentages of Color #dcbecb

%35.89
%31.00
%33.12

CMYK Percentages of Color #dcbecb

%0
%14
%8
%14

Triadic Colors of #dcbecb

#dcbecb #cbdcbe #becbdc

Analogous Colors of #dcbecb

#dcbecb #dcc0be #dcbeda

Monochromatic Colors of #dcbecb

#dcbecb

Complementary Color

#dcbecb #bedccf

#dcbecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbecb Color CSS Codes

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

#dcbecb Text Font Color

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

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


#dcbecb Background Color

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

This div background color is #dcbecb


#dcbecb Border Color

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

This div border color is #dcbecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbecb


Comments

No comments written yet.

Please login to write comment.