Color Hex Logo

#dbdb3a Color Hex

#DBDB3A
(219,219,58)
0 Favorites   0 Comments

Color spaces of #dbdb3a

RGB 21921958
HSL0.170.690.54
HSV60°74°86°
CMYK 0.000.000.74   0.14
XYZ55.308766.028613.8327
Yxy66.02860.40920.4885
Hunter Lab81.2580-20.704546.7875
CIE-Lab85.0110-17.957773.6153

#dbdb3a color RGB value is (219,219,58).

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

The process color (four color CMYK) of #dbdb3a color hex is 0.00, 0.00, 0.74, 0.14. Web safe color of #dbdb3a is #cccc33. Color #dbdb3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011011 00111010
Octal 333 333 72
Decimal 219 219 58
Hex DB DB 3A

RGB Percentages of Color #dbdb3a

%44.15
%44.15
%11.69

CMYK Percentages of Color #dbdb3a

%0
%0
%74
%14

Triadic Colors of #dbdb3a

#dbdb3a #3adbdb #db3adb

Analogous Colors of #dbdb3a

#dbdb3a #8bdb3a #db8b3a

Monochromatic Colors of #dbdb3a

#dbdb3a

Complementary Color

#dbdb3a #3a3adb

#dbdb3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdb3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdb3a Color CSS Codes

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

#dbdb3a Text Font Color

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

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


#dbdb3a Background Color

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

This div background color is #dbdb3a


#dbdb3a Border Color

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

This div border color is #dbdb3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdb3a


Comments

No comments written yet.

Please login to write comment.