Color Hex Logo

#dbcaa6 Color Hex

#DBCAA6
(219,202,166)
0 Favorites   0 Comments

Color spaces of #dbcaa6

RGB 219202166
HSL0.110.420.75
HSV41°24°86°
CMYK 0.000.080.24   0.14
XYZ57.216960.054344.6524
Yxy60.05430.35340.3709
Hunter Lab77.4947-3.823320.0834
CIE-Lab81.86770.337420.1467

#dbcaa6 color RGB value is (219,202,166).

#dbcaa6 hex color red value is 219, green value is 202 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #dbcaa6 hue: 0.11 , saturation: 0.42 and the lightness value of dbcaa6 is 0.75.

The process color (four color CMYK) of #dbcaa6 color hex is 0.00, 0.08, 0.24, 0.14. Web safe color of #dbcaa6 is #cccc99. Color #dbcaa6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 10100110
Octal 333 312 246
Decimal 219 202 166
Hex DB CA A6

RGB Percentages of Color #dbcaa6

%37.31
%34.41
%28.28

CMYK Percentages of Color #dbcaa6

%0
%8
%24
%14

Triadic Colors of #dbcaa6

#dbcaa6 #a6dbca #caa6db

Analogous Colors of #dbcaa6

#dbcaa6 #d2dba6 #dbb0a6

Monochromatic Colors of #dbcaa6

#dbcaa6

Complementary Color

#dbcaa6 #a6b7db

#dbcaa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcaa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcaa6 Color CSS Codes

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

#dbcaa6 Text Font Color

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

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


#dbcaa6 Background Color

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

This div background color is #dbcaa6


#dbcaa6 Border Color

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

This div border color is #dbcaa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcaa6


Comments

No comments written yet.

Please login to write comment.