Color Hex Logo

#dcbec0 Color Hex

#DCBEC0
(220,190,192)
0 Favorites   0 Comments

Color spaces of #dcbec0

RGB 220190192
HSL0.990.300.80
HSV356°14°86°
CMYK 0.000.140.13   0.14
XYZ57.443155.848357.6214
Yxy55.84830.33610.3268
Hunter Lab74.73176.42496.5970
CIE-Lab79.527410.98052.9300

#dcbec0 color RGB value is (220,190,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 11000000
Octal 334 276 300
Decimal 220 190 192
Hex DC BE C0

RGB Percentages of Color #dcbec0

%36.54
%31.56
%31.89

CMYK Percentages of Color #dcbec0

%0
%14
%13
%14

Triadic Colors of #dcbec0

#dcbec0 #c0dcbe #bec0dc

Analogous Colors of #dcbec0

#dcbec0 #dccbbe #dcbecf

Monochromatic Colors of #dcbec0

#dcbec0

Complementary Color

#dcbec0 #bedcda

#dcbec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbec0 Color CSS Codes

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

#dcbec0 Text Font Color

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

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


#dcbec0 Background Color

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

This div background color is #dcbec0


#dcbec0 Border Color

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

This div border color is #dcbec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbec0


Comments

No comments written yet.

Please login to write comment.