Color Hex Logo

#dcbebe Color Hex

#DCBEBE
(220,190,190)
0 Favorites   0 Comments

Color spaces of #dcbebe

RGB 220190190
HSL0.000.300.80
HSV14°86°
CMYK 0.000.140.14   0.14
XYZ57.222955.760356.4620
Yxy55.76030.33770.3291
Hunter Lab74.67286.10987.4403
CIE-Lab79.477210.65603.9358

#dcbebe color RGB value is (220,190,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 10111110
Octal 334 276 276
Decimal 220 190 190
Hex DC BE BE

RGB Percentages of Color #dcbebe

%36.67
%31.67
%31.67

CMYK Percentages of Color #dcbebe

%0
%14
%14
%14

Triadic Colors of #dcbebe

#dcbebe #bedcbe #bebedc

Analogous Colors of #dcbebe

#dcbebe #dccdbe #dcbecd

Monochromatic Colors of #dcbebe

#dcbebe

Complementary Color

#dcbebe #bedcdc

#dcbebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbebe Color CSS Codes

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

#dcbebe Text Font Color

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

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


#dcbebe Background Color

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

This div background color is #dcbebe


#dcbebe Border Color

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

This div border color is #dcbebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbebe


Comments

No comments written yet.

Please login to write comment.