Color Hex Logo

#dbdb04 Color Hex

#DBDB04
(219,219,4)
0 Favorites   0 Comments

Color spaces of #dbdb04

RGB 2192194
HSL0.170.960.44
HSV60°98°86°
CMYK 0.000.000.98   0.14
XYZ54.566865.73199.9264
Yxy65.73190.41900.5048
Hunter Lab81.0752-21.744149.4935
CIE-Lab84.8595-19.179583.8822

#dbdb04 color RGB value is (219,219,4).

#dbdb04 hex color red value is 219, green value is 219 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #dbdb04 hue: 0.17 , saturation: 0.96 and the lightness value of dbdb04 is 0.44.

The process color (four color CMYK) of #dbdb04 color hex is 0.00, 0.00, 0.98, 0.14. Web safe color of #dbdb04 is #cccc00. Color #dbdb04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011011 00000100
Octal 333 333 4
Decimal 219 219 4
Hex DB DB 4

RGB Percentages of Color #dbdb04

%49.55
%49.55
%0.90

CMYK Percentages of Color #dbdb04

%0
%0
%98
%14

Triadic Colors of #dbdb04

#dbdb04 #04dbdb #db04db

Analogous Colors of #dbdb04

#dbdb04 #70db04 #db7004

Monochromatic Colors of #dbdb04

#dbdb04

Complementary Color

#dbdb04 #0404db

#dbdb04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdb04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdb04 Color CSS Codes

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

#dbdb04 Text Font Color

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

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


#dbdb04 Background Color

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

This div background color is #dbdb04


#dbdb04 Border Color

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

This div border color is #dbdb04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdb04


Comments

No comments written yet.

Please login to write comment.