Color Hex Logo

#dcbec4 Color Hex

#DCBEC4
(220,190,196)
0 Favorites   0 Comments

Color spaces of #dcbec4

RGB 220190196
HSL0.970.300.80
HSV348°14°86°
CMYK 0.000.140.11   0.14
XYZ57.892556.028159.9878
Yxy56.02810.33290.3222
Hunter Lab74.85197.06594.8802
CIE-Lab79.629811.63870.9216

#dcbec4 color RGB value is (220,190,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 11000100
Octal 334 276 304
Decimal 220 190 196
Hex DC BE C4

RGB Percentages of Color #dcbec4

%36.30
%31.35
%32.34

CMYK Percentages of Color #dcbec4

%0
%14
%11
%14

Triadic Colors of #dcbec4

#dcbec4 #c4dcbe #bec4dc

Analogous Colors of #dcbec4

#dcbec4 #dcc7be #dcbed3

Monochromatic Colors of #dcbec4

#dcbec4

Complementary Color

#dcbec4 #bedcd6

#dcbec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbec4 Color CSS Codes

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

#dcbec4 Text Font Color

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

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


#dcbec4 Background Color

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

This div background color is #dcbec4


#dcbec4 Border Color

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

This div border color is #dcbec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbec4


Comments

No comments written yet.

Please login to write comment.