Color Hex Logo

#dbdb59 Color Hex

#DBDB59
(219,219,89)
0 Favorites   0 Comments

Color spaces of #dbdb59

RGB 21921989
HSL0.170.640.60
HSV60°59°86°
CMYK 0.000.000.59   0.14
XYZ56.348166.444419.3064
Yxy66.44440.39650.4676
Hunter Lab81.5134-19.256143.0166
CIE-Lab85.2226-16.271162.1621

#dbdb59 color RGB value is (219,219,89).

#dbdb59 hex color red value is 219, green value is 219 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #dbdb59 hue: 0.17 , saturation: 0.64 and the lightness value of dbdb59 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011011 01011001
Octal 333 333 131
Decimal 219 219 89
Hex DB DB 59

RGB Percentages of Color #dbdb59

%41.56
%41.56
%16.89

CMYK Percentages of Color #dbdb59

%0
%0
%59
%14

Triadic Colors of #dbdb59

#dbdb59 #59dbdb #db59db

Analogous Colors of #dbdb59

#dbdb59 #9adb59 #db9a59

Monochromatic Colors of #dbdb59

#dbdb59

Complementary Color

#dbdb59 #5959db

#dbdb59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdb59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdb59 Color CSS Codes

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

#dbdb59 Text Font Color

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

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


#dbdb59 Background Color

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

This div background color is #dbdb59


#dbdb59 Border Color

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

This div border color is #dbdb59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdb59


Comments

No comments written yet.

Please login to write comment.