Color Hex Logo

#dbccbc Color Hex

#DBCCBC
(219,204,188)
0 Favorites   0 Comments

Color spaces of #dbccbc

RGB 219204188
HSL0.090.300.80
HSV31°14°86°
CMYK 0.000.070.14   0.14
XYZ59.883461.876656.3641
Yxy61.87660.33620.3474
Hunter Lab78.6617-1.769812.5796
CIE-Lab82.84782.57219.8400

#dbccbc color RGB value is (219,204,188).

#dbccbc hex color red value is 219, green value is 204 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dbccbc hue: 0.09 , saturation: 0.30 and the lightness value of dbccbc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 10111100
Octal 333 314 274
Decimal 219 204 188
Hex DB CC BC

RGB Percentages of Color #dbccbc

%35.84
%33.39
%30.77

CMYK Percentages of Color #dbccbc

%0
%7
%14
%14

Triadic Colors of #dbccbc

#dbccbc #bcdbcc #ccbcdb

Analogous Colors of #dbccbc

#dbccbc #dbdbbc #dbbdbc

Monochromatic Colors of #dbccbc

#dbccbc

Complementary Color

#dbccbc #bccbdb

#dbccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbccbc Color CSS Codes

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

#dbccbc Text Font Color

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

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


#dbccbc Background Color

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

This div background color is #dbccbc


#dbccbc Border Color

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

This div border color is #dbccbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,204,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbccbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbccbc;
  -webkit-box-shadow: 1px 1px 3px 2px #dbccbc;
  box-shadow:         1px 1px 3px 2px #dbccbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbccbc


Comments

No comments written yet.

Please login to write comment.