Color Hex Logo

#dbbea7 Color Hex

#DBBEA7
(219,190,167)
0 Favorites   0 Comments

Color spaces of #dbbea7

RGB 219190167
HSL0.070.420.76
HSV27°24°86°
CMYK 0.000.130.24   0.14
XYZ54.601954.677044.2351
Yxy54.67700.35570.3562
Hunter Lab73.94392.406716.2920
CIE-Lab78.85496.791615.4165

#dbbea7 color RGB value is (219,190,167).

#dbbea7 hex color red value is 219, green value is 190 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #dbbea7 hue: 0.07 , saturation: 0.42 and the lightness value of dbbea7 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 10100111
Octal 333 276 247
Decimal 219 190 167
Hex DB BE A7

RGB Percentages of Color #dbbea7

%38.02
%32.99
%28.99

CMYK Percentages of Color #dbbea7

%0
%13
%24
%14

Triadic Colors of #dbbea7

#dbbea7 #a7dbbe #bea7db

Analogous Colors of #dbbea7

#dbbea7 #dbd8a7 #dba7aa

Monochromatic Colors of #dbbea7

#dbbea7

Complementary Color

#dbbea7 #a7c4db

#dbbea7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbea7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbea7 Color CSS Codes

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

#dbbea7 Text Font Color

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

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


#dbbea7 Background Color

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

This div background color is #dbbea7


#dbbea7 Border Color

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

This div border color is #dbbea7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbea7


Comments

No comments written yet.

Please login to write comment.