Color Hex Logo

#dbda58 Color Hex

#DBDA58
(219,218,88)
0 Favorites   0 Comments

Color spaces of #dbda58

RGB 21921888
HSL0.170.650.60
HSV60°60°86°
CMYK 0.000.000.60   0.14
XYZ56.046365.907519.0000
Yxy65.90750.39760.4676
Hunter Lab81.1834-18.840642.9523
CIE-Lab84.9492-15.844062.2883

#dbda58 color RGB value is (219,218,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011010 01011000
Octal 333 332 130
Decimal 219 218 88
Hex DB DA 58

RGB Percentages of Color #dbda58

%41.71
%41.52
%16.76

CMYK Percentages of Color #dbda58

%0
%0
%60
%14

Triadic Colors of #dbda58

#dbda58 #58dbda #da58db

Analogous Colors of #dbda58

#dbda58 #9bdb58 #db9958

Monochromatic Colors of #dbda58

#dbda58

Complementary Color

#dbda58 #5859db

#dbda58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbda58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbda58 Color CSS Codes

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

#dbda58 Text Font Color

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

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


#dbda58 Background Color

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

This div background color is #dbda58


#dbda58 Border Color

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

This div border color is #dbda58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbda58


Comments

No comments written yet.

Please login to write comment.