Color Hex Logo

#dbdb4e Color Hex

#DBDB4E
(219,219,78)
0 Favorites   0 Comments

Color spaces of #dbdb4e

RGB 21921978
HSL0.170.660.58
HSV60°64°86°
CMYK 0.000.000.64   0.14
XYZ55.920166.273217.0524
Yxy66.27320.40160.4759
Hunter Lab81.4084-19.851444.5665
CIE-Lab85.1356-16.962266.5668

#dbdb4e color RGB value is (219,219,78).

#dbdb4e hex color red value is 219, green value is 219 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dbdb4e hue: 0.17 , saturation: 0.66 and the lightness value of dbdb4e is 0.58.

The process color (four color CMYK) of #dbdb4e color hex is 0.00, 0.00, 0.64, 0.14. Web safe color of #dbdb4e is #cccc66. Color #dbdb4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011011 01001110
Octal 333 333 116
Decimal 219 219 78
Hex DB DB 4E

RGB Percentages of Color #dbdb4e

%42.44
%42.44
%15.12

CMYK Percentages of Color #dbdb4e

%0
%0
%64
%14

Triadic Colors of #dbdb4e

#dbdb4e #4edbdb #db4edb

Analogous Colors of #dbdb4e

#dbdb4e #95db4e #db954e

Monochromatic Colors of #dbdb4e

#dbdb4e

Complementary Color

#dbdb4e #4e4edb

#dbdb4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdb4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdb4e Color CSS Codes

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

#dbdb4e Text Font Color

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

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


#dbdb4e Background Color

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

This div background color is #dbdb4e


#dbdb4e Border Color

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

This div border color is #dbdb4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdb4e


Comments

No comments written yet.

Please login to write comment.