Color Hex Logo

#dbbe78 Color Hex

#DBBE78
(219,190,120)
0 Favorites   0 Comments

Color spaces of #dbbe78

RGB 219190120
HSL0.120.580.66
HSV42°45°86°
CMYK 0.000.130.45   0.14
XYZ51.017053.243025.3573
Yxy53.24300.39360.4108
Hunter Lab72.9678-2.891630.4734
CIE-Lab78.01821.094539.0516

#dbbe78 color RGB value is (219,190,120).

#dbbe78 hex color red value is 219, green value is 190 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #dbbe78 hue: 0.12 , saturation: 0.58 and the lightness value of dbbe78 is 0.66.

The process color (four color CMYK) of #dbbe78 color hex is 0.00, 0.13, 0.45, 0.14. Web safe color of #dbbe78 is #cccc66. Color #dbbe78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 01111000
Octal 333 276 170
Decimal 219 190 120
Hex DB BE 78

RGB Percentages of Color #dbbe78

%41.40
%35.92
%22.68

CMYK Percentages of Color #dbbe78

%0
%13
%45
%14

Triadic Colors of #dbbe78

#dbbe78 #78dbbe #be78db

Analogous Colors of #dbbe78

#dbbe78 #c7db78 #db8d78

Monochromatic Colors of #dbbe78

#dbbe78

Complementary Color

#dbbe78 #7895db

#dbbe78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbe78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbe78 Color CSS Codes

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

#dbbe78 Text Font Color

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

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


#dbbe78 Background Color

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

This div background color is #dbbe78


#dbbe78 Border Color

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

This div border color is #dbbe78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbe78


Comments

No comments written yet.

Please login to write comment.