Color Hex Logo

#dbda93 Color Hex

#DBDA93
(219,218,147)
0 Favorites   0 Comments

Color spaces of #dbda93

RGB 219218147
HSL0.160.500.72
HSV59°33°86°
CMYK 0.000.000.33   0.14
XYZ59.551367.309537.4571
Yxy67.30950.36240.4096
Hunter Lab82.0424-14.008130.3603
CIE-Lab85.6600-10.343535.1383

#dbda93 color RGB value is (219,218,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011010 10010011
Octal 333 332 223
Decimal 219 218 147
Hex DB DA 93

RGB Percentages of Color #dbda93

%37.50
%37.33
%25.17

CMYK Percentages of Color #dbda93

%0
%0
%33
%14

Triadic Colors of #dbda93

#dbda93 #93dbda #da93db

Analogous Colors of #dbda93

#dbda93 #b8db93 #dbb693

Monochromatic Colors of #dbda93

#dbda93

Complementary Color

#dbda93 #9394db

#dbda93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbda93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbda93 Color CSS Codes

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

#dbda93 Text Font Color

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

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


#dbda93 Background Color

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

This div background color is #dbda93


#dbda93 Border Color

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

This div border color is #dbda93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbda93


Comments

No comments written yet.

Please login to write comment.