Color Hex Logo

#dbdb96 Color Hex

#DBDB96
(219,219,150)
0 Favorites   0 Comments

Color spaces of #dbdb96

RGB 219219150
HSL0.170.490.72
HSV60°32°86°
CMYK 0.000.000.32   0.14
XYZ60.050067.925138.8000
Yxy67.92510.36010.4073
Hunter Lab82.4167-14.171529.7792
CIE-Lab85.9690-10.484434.0159

#dbdb96 color RGB value is (219,219,150).

#dbdb96 hex color red value is 219, green value is 219 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #dbdb96 hue: 0.17 , saturation: 0.49 and the lightness value of dbdb96 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011011 10010110
Octal 333 333 226
Decimal 219 219 150
Hex DB DB 96

RGB Percentages of Color #dbdb96

%37.24
%37.24
%25.51

CMYK Percentages of Color #dbdb96

%0
%0
%32
%14

Triadic Colors of #dbdb96

#dbdb96 #96dbdb #db96db

Analogous Colors of #dbdb96

#dbdb96 #b9db96 #dbb996

Monochromatic Colors of #dbdb96

#dbdb96

Complementary Color

#dbdb96 #9696db

#dbdb96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdb96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdb96 Color CSS Codes

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

#dbdb96 Text Font Color

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

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


#dbdb96 Background Color

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

This div background color is #dbdb96


#dbdb96 Border Color

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

This div border color is #dbdb96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdb96


Comments

No comments written yet.

Please login to write comment.