Color Hex Logo

#dbdb25 Color Hex

#DBDB25
(219,219,37)
0 Favorites   0 Comments

Color spaces of #dbdb25

RGB 21921937
HSL0.170.720.50
HSV60°83°86°
CMYK 0.000.000.83   0.14
XYZ54.878965.856711.5695
Yxy65.85670.41480.4978
Hunter Lab81.1521-21.306148.3538
CIE-Lab84.9233-18.663779.2770

#dbdb25 color RGB value is (219,219,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011011 00100101
Octal 333 333 45
Decimal 219 219 37
Hex DB DB 25

RGB Percentages of Color #dbdb25

%46.11
%46.11
%7.79

CMYK Percentages of Color #dbdb25

%0
%0
%83
%14

Triadic Colors of #dbdb25

#dbdb25 #25dbdb #db25db

Analogous Colors of #dbdb25

#dbdb25 #80db25 #db8025

Monochromatic Colors of #dbdb25

#dbdb25

Complementary Color

#dbdb25 #2525db

#dbdb25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdb25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdb25 Color CSS Codes

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

#dbdb25 Text Font Color

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

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


#dbdb25 Background Color

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

This div background color is #dbdb25


#dbdb25 Border Color

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

This div border color is #dbdb25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdb25


Comments

No comments written yet.

Please login to write comment.