Color Hex Logo

#dbd81b Color Hex

#DBD81B
(219,216,27)
0 Favorites   0 Comments

Color spaces of #dbd81b

RGB 21921627
HSL0.160.780.48
HSV59°88°86°
CMYK 0.000.010.88   0.14
XYZ53.967164.250910.5942
Yxy64.25090.41900.4988
Hunter Lab80.1567-20.095448.2734
CIE-Lab84.0962-17.417680.5914

#dbd81b color RGB value is (219,216,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011000 00011011
Octal 333 330 33
Decimal 219 216 27
Hex DB D8 1B

RGB Percentages of Color #dbd81b

%47.40
%46.75
%5.84

CMYK Percentages of Color #dbd81b

%0
%1
%88
%14

Triadic Colors of #dbd81b

#dbd81b #1bdbd8 #d81bdb

Analogous Colors of #dbd81b

#dbd81b #7edb1b #db781b

Monochromatic Colors of #dbd81b

#dbd81b

Complementary Color

#dbd81b #1b1edb

#dbd81b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd81b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd81b Color CSS Codes

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

#dbd81b Text Font Color

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

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


#dbd81b Background Color

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

This div background color is #dbd81b


#dbd81b Border Color

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

This div border color is #dbd81b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd81b


Comments

No comments written yet.

Please login to write comment.