Color Hex Logo

#dbd825 Color Hex

#DBD825
(219,216,37)
0 Favorites   0 Comments

Color spaces of #dbd825

RGB 21921637
HSL0.160.720.50
HSV59°83°86°
CMYK 0.000.010.83   0.14
XYZ54.103264.305411.3109
Yxy64.30540.41710.4957
Hunter Lab80.1906-19.902947.7706
CIE-Lab84.1245-17.191878.6109

#dbd825 color RGB value is (219,216,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011000 00100101
Octal 333 330 45
Decimal 219 216 37
Hex DB D8 25

RGB Percentages of Color #dbd825

%46.40
%45.76
%7.84

CMYK Percentages of Color #dbd825

%0
%1
%83
%14

Triadic Colors of #dbd825

#dbd825 #25dbd8 #d825db

Analogous Colors of #dbd825

#dbd825 #83db25 #db7d25

Monochromatic Colors of #dbd825

#dbd825

Complementary Color

#dbd825 #2528db

#dbd825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd825 Color CSS Codes

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

#dbd825 Text Font Color

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

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


#dbd825 Background Color

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

This div background color is #dbd825


#dbd825 Border Color

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

This div border color is #dbd825


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,216,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 #dbd825">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd825


Comments

No comments written yet.

Please login to write comment.