Color Hex Logo

#dbcaba Color Hex

#DBCABA
(219,202,186)
0 Favorites   0 Comments

Color spaces of #dbcaba

RGB 219202186
HSL0.080.310.79
HSV29°15°86°
CMYK 0.000.080.15   0.14
XYZ59.196960.846355.0789
Yxy60.84630.33800.3475
Hunter Lab78.0040-1.044312.7380
CIE-Lab82.29603.305910.1187

#dbcaba color RGB value is (219,202,186).

#dbcaba hex color red value is 219, green value is 202 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dbcaba hue: 0.08 , saturation: 0.31 and the lightness value of dbcaba is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 10111010
Octal 333 312 272
Decimal 219 202 186
Hex DB CA BA

RGB Percentages of Color #dbcaba

%36.08
%33.28
%30.64

CMYK Percentages of Color #dbcaba

%0
%8
%15
%14

Triadic Colors of #dbcaba

#dbcaba #badbca #cabadb

Analogous Colors of #dbcaba

#dbcaba #dbdbba #dbbabb

Monochromatic Colors of #dbcaba

#dbcaba

Complementary Color

#dbcaba #bacbdb

#dbcaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcaba Color CSS Codes

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

#dbcaba Text Font Color

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

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


#dbcaba Background Color

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

This div background color is #dbcaba


#dbcaba Border Color

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

This div border color is #dbcaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcaba

#dbcaba Color Palettes


Comments

No comments written yet.

Please login to write comment.