Color Hex Logo

#dbd81e Color Hex

#DBD81E
(219,216,30)
0 Favorites   0 Comments

Color spaces of #dbd81e

RGB 21921630
HSL0.160.760.49
HSV59°86°86°
CMYK 0.000.010.86   0.14
XYZ54.003664.265510.7865
Yxy64.26550.41850.4980
Hunter Lab80.1658-20.043748.1384
CIE-Lab84.1038-17.357080.0512

#dbd81e color RGB value is (219,216,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011000 00011110
Octal 333 330 36
Decimal 219 216 30
Hex DB D8 1E

RGB Percentages of Color #dbd81e

%47.10
%46.45
%6.45

CMYK Percentages of Color #dbd81e

%0
%1
%86
%14

Triadic Colors of #dbd81e

#dbd81e #1edbd8 #d81edb

Analogous Colors of #dbd81e

#dbd81e #80db1e #db7a1e

Monochromatic Colors of #dbd81e

#dbd81e

Complementary Color

#dbd81e #1e21db

#dbd81e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd81e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd81e Color CSS Codes

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

#dbd81e Text Font Color

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

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


#dbd81e Background Color

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

This div background color is #dbd81e


#dbd81e Border Color

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

This div border color is #dbd81e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd81e


Comments

No comments written yet.

Please login to write comment.