Color Hex Logo

#dbbe8c Color Hex

#DBBE8C
(219,190,140)
0 Favorites   0 Comments

Color spaces of #dbbe8c

RGB 219190140
HSL0.110.520.70
HSV38°36°86°
CMYK 0.000.130.36   0.14
XYZ52.360553.780432.4319
Yxy53.78040.37790.3881
Hunter Lab73.3351-0.889425.1140
CIE-Lab78.33353.271729.0765

#dbbe8c color RGB value is (219,190,140).

#dbbe8c hex color red value is 219, green value is 190 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dbbe8c hue: 0.11 , saturation: 0.52 and the lightness value of dbbe8c is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 10001100
Octal 333 276 214
Decimal 219 190 140
Hex DB BE 8C

RGB Percentages of Color #dbbe8c

%39.89
%34.61
%25.50

CMYK Percentages of Color #dbbe8c

%0
%13
%36
%14

Triadic Colors of #dbbe8c

#dbbe8c #8cdbbe #be8cdb

Analogous Colors of #dbbe8c

#dbbe8c #d1db8c #db978c

Monochromatic Colors of #dbbe8c

#dbbe8c

Complementary Color

#dbbe8c #8ca9db

#dbbe8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbe8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbe8c Color CSS Codes

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

#dbbe8c Text Font Color

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

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


#dbbe8c Background Color

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

This div background color is #dbbe8c


#dbbe8c Border Color

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

This div border color is #dbbe8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbe8c


Comments

No comments written yet.

Please login to write comment.