Color Hex Logo

#dcbec9 Color Hex

#DCBEC9
(220,190,201)
0 Favorites   0 Comments

Color spaces of #dcbec9

RGB 220190201
HSL0.940.300.80
HSV338°14°86°
CMYK 0.000.140.09   0.14
XYZ58.471356.259663.0358
Yxy56.25960.32890.3165
Hunter Lab75.00647.88862.6768
CIE-Lab79.761312.4795-1.5828

#dcbec9 color RGB value is (220,190,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 11001001
Octal 334 276 311
Decimal 220 190 201
Hex DC BE C9

RGB Percentages of Color #dcbec9

%36.01
%31.10
%32.90

CMYK Percentages of Color #dcbec9

%0
%14
%9
%14

Triadic Colors of #dcbec9

#dcbec9 #c9dcbe #bec9dc

Analogous Colors of #dcbec9

#dcbec9 #dcc2be #dcbed8

Monochromatic Colors of #dcbec9

#dcbec9

Complementary Color

#dcbec9 #bedcd1

#dcbec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbec9 Color CSS Codes

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

#dcbec9 Text Font Color

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

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


#dcbec9 Background Color

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

This div background color is #dcbec9


#dcbec9 Border Color

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

This div border color is #dcbec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbec9


Comments

No comments written yet.

Please login to write comment.