Color Hex Logo

#dbbe92 Color Hex

#DBBE92
(219,190,146)
0 Favorites   0 Comments

Color spaces of #dbbe92

RGB 219190146
HSL0.100.500.72
HSV36°33°86°
CMYK 0.000.130.33   0.14
XYZ52.815253.962334.8262
Yxy53.96230.37300.3811
Hunter Lab73.4590-0.216323.3125
CIE-Lab78.43973.996826.0505

#dbbe92 color RGB value is (219,190,146).

#dbbe92 hex color red value is 219, green value is 190 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #dbbe92 hue: 0.10 , saturation: 0.50 and the lightness value of dbbe92 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 10010010
Octal 333 276 222
Decimal 219 190 146
Hex DB BE 92

RGB Percentages of Color #dbbe92

%39.46
%34.23
%26.31

CMYK Percentages of Color #dbbe92

%0
%13
%33
%14

Triadic Colors of #dbbe92

#dbbe92 #92dbbe #be92db

Analogous Colors of #dbbe92

#dbbe92 #d4db92 #db9a92

Monochromatic Colors of #dbbe92

#dbbe92

Complementary Color

#dbbe92 #92afdb

#dbbe92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbe92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbe92 Color CSS Codes

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

#dbbe92 Text Font Color

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

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


#dbbe92 Background Color

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

This div background color is #dbbe92


#dbbe92 Border Color

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

This div border color is #dbbe92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbe92


Comments

No comments written yet.

Please login to write comment.