Color Hex Logo

#dbcea0 Color Hex

#DBCEA0
(219,206,160)
0 Favorites   0 Comments

Color spaces of #dbcea0

RGB 219206160
HSL0.130.450.74
HSV47°27°86°
CMYK 0.000.060.27   0.14
XYZ57.629961.740742.1374
Yxy61.74070.35680.3823
Hunter Lab78.5753-6.588423.2073
CIE-Lab82.7753-2.561424.5554

#dbcea0 color RGB value is (219,206,160).

#dbcea0 hex color red value is 219, green value is 206 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #dbcea0 hue: 0.13 , saturation: 0.45 and the lightness value of dbcea0 is 0.74.

The process color (four color CMYK) of #dbcea0 color hex is 0.00, 0.06, 0.27, 0.14. Web safe color of #dbcea0 is #cccc99. Color #dbcea0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 10100000
Octal 333 316 240
Decimal 219 206 160
Hex DB CE A0

RGB Percentages of Color #dbcea0

%37.44
%35.21
%27.35

CMYK Percentages of Color #dbcea0

%0
%6
%27
%14

Triadic Colors of #dbcea0

#dbcea0 #a0dbce #cea0db

Analogous Colors of #dbcea0

#dbcea0 #cbdba0 #dbb1a0

Monochromatic Colors of #dbcea0

#dbcea0

Complementary Color

#dbcea0 #a0addb

#dbcea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcea0 Color CSS Codes

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

#dbcea0 Text Font Color

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

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


#dbcea0 Background Color

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

This div background color is #dbcea0


#dbcea0 Border Color

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

This div border color is #dbcea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcea0


Comments

No comments written yet.

Please login to write comment.