Color Hex Logo

#dbdb84 Color Hex

#DBDB84
(219,219,132)
0 Favorites   0 Comments

Color spaces of #dbdb84

RGB 219219132
HSL0.170.550.69
HSV60°40°86°
CMYK 0.000.000.40   0.14
XYZ58.709867.389031.7428
Yxy67.38900.37200.4269
Hunter Lab82.0908-15.999134.5374
CIE-Lab85.7000-12.540842.7301

#dbdb84 color RGB value is (219,219,132).

#dbdb84 hex color red value is 219, green value is 219 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #dbdb84 hue: 0.17 , saturation: 0.55 and the lightness value of dbdb84 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011011 10000100
Octal 333 333 204
Decimal 219 219 132
Hex DB DB 84

RGB Percentages of Color #dbdb84

%38.42
%38.42
%23.16

CMYK Percentages of Color #dbdb84

%0
%0
%40
%14

Triadic Colors of #dbdb84

#dbdb84 #84dbdb #db84db

Analogous Colors of #dbdb84

#dbdb84 #b0db84 #dbb084

Monochromatic Colors of #dbdb84

#dbdb84

Complementary Color

#dbdb84 #8484db

#dbdb84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdb84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdb84 Color CSS Codes

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

#dbdb84 Text Font Color

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

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


#dbdb84 Background Color

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

This div background color is #dbdb84


#dbdb84 Border Color

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

This div border color is #dbdb84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdb84


Comments

No comments written yet.

Please login to write comment.